Server infrastructure for the clan project
Go to file
Clan Merge Bot 294b52ae65
Some checks failed
checks / test (pull_request) Failing after 1m14s
update flake lock - 2024-01-15T00:00+00:00
Flake lock file updates:

• Updated input 'clan-core':
    'git+https://git.clan.lol/clan/clan-core?ref=refs/heads/main&rev=30c7d61bbdafc4e753b81404a8e1c3e4d6e27807' (2024-01-12)
  → 'git+https://git.clan.lol/clan/clan-core?ref=refs/heads/main&rev=07a0e1db0981c0db3ca6f7cbd8a68d86b2245eff' (2024-01-12)
• Updated input 'disko':
    'github:nix-community/disko/fa5db12d76f9e8ee11e572cdbe021230e48b6afa' (2024-01-11)
  → 'github:nix-community/disko/036d480ae895afff54da5034331950827a7f317a' (2024-01-14)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/eabe8d3eface69f5bb16c18f8662a702f50c20d5' (2024-01-09)
  → 'github:NixOS/nixpkgs/dd5621df6dcb90122b50da5ec31c411a0de3e538' (2024-01-14)
• Updated input 'sops-nix':
    'github:Mic92/sops-nix/c0b3a5af90fae3ba95645bbf85d2b64880addd76' (2024-01-10)
  → 'github:Mic92/sops-nix/70dd0d521f7849338e487a219c1a07c429a66d77' (2024-01-14)
• Updated input 'srvos':
    'github:numtide/srvos/905cdf0751894d23ff4d6cb3c0235099a3f2cdf2' (2024-01-11)
  → 'github:numtide/srvos/bd28160bd011354edcca7f29614f6fcb848a9661' (2024-01-14)
• Added input 'srvos/flake-parts':
    'github:hercules-ci/flake-parts/07f6395285469419cf9d078f59b5b49993198c00' (2024-01-11)
• Added input 'srvos/flake-parts/nixpkgs-lib':
    follows 'srvos/nixpkgs'
• Removed input 'srvos/nixos-stable'
2024-01-15 00:00:12 +00:00
.gitea/workflows podman: use host network 2023-11-29 14:20:36 +01:00
devShells make terraform hallal 2023-11-03 10:37:57 +01:00
modules web01: enable zt-tcp-relay 2024-01-12 14:57:58 +01:00
pkgs allow all org members to automerge 2023-11-16 15:43:41 +01:00
sops rotate bot tokens 2023-11-16 15:43:41 +01:00
targets add kenji 2023-11-16 15:53:53 +01:00
terraform switch to different hetzner machine 2023-09-05 16:09:52 +02:00
.envrc add envrc 2023-07-05 13:50:48 +02:00
.envrc.private-template .envrc.private-template: remove NETLIFY_TOKEN 2023-07-17 13:38:28 +02:00
.gitignore gitignore: add .pre-commit-config.yaml 2023-07-28 18:45:09 +02:00
.sops.yaml add new baremetal server 2023-07-18 16:21:31 +02:00
flake.lock update flake lock - 2024-01-15T00:00+00:00 2024-01-15 00:00:12 +00:00
flake.nix drop unused flake url 2023-11-29 12:12:36 +01:00
LICENSE.md add license 2023-07-05 13:50:52 +02:00
README.md README: update hardware spec 2023-07-20 10:28:40 +02:00
renovate.json Add renovate.json 2023-07-14 14:44:19 +02:00

clan-infra

This repository contains nixos modules and terraform code that powers clan.lol. The website and git hosting is currently on hetzner.

Servers

  • web01:
    • Instance type: ex101
    • CPU: Intel Core i9-13900 (24 cores / 32 threads)
    • RAM: 64GB DDR5
    • Drives: 2 x 1.92 TB NVME

To deploy new ssh keys on hcloud:

$ cd ./targets/admins
$ ./tf.sh apply

To deploy a server i.e. web01:

$ cd ./targets/web01
$ ./tf.sh apply