Server infrastructure for the clan project
Go to file
Clan Merge Bot 251f785f16
All checks were successful
build / test (pull_request) Successful in 1m26s
checks / test (pull_request) Successful in 1m30s
update flake lock - 2023-11-06T00:00+00:00
Flake lock file updates:

• Updated input 'clan-core':
    'git+https://git.clan.lol/clan/clan-core?ref=refs/heads/main&rev=331529c1dfc35a5192152f2b7515bf5486871e65' (2023-10-31)
  → 'git+https://git.clan.lol/clan/clan-core?ref=refs/heads/main&rev=c47e59d32dc821f80d9354be9ebb58f2fcd3aa02' (2023-11-05)
• Updated input 'clan-core/disko':
    'github:nix-community/disko/4122a18340094151d7911e838237ec7627f0d0c5' (2023-10-22)
  → 'github:nix-community/disko/944d338d24a9d043a3f7461c30ee6cfe4f9cca30' (2023-10-27)
• Updated input 'disko':
    'github:nix-community/disko/944d338d24a9d043a3f7461c30ee6cfe4f9cca30' (2023-10-27)
  → 'github:nix-community/disko/548962c50b8afad7b8c820c1d6e21dc8394d6e65' (2023-11-04)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/b644d97bda6dae837d577e28383c10aa51e5e2d2' (2023-11-02)
  → 'github:NixOS/nixpkgs/a0b3b06b7a82c965ae0bb1d59f6e386fe755001d' (2023-11-05)
• Updated input 'sops-nix':
    'github:Mic92/sops-nix/84d6b27dc71ac02422e192c35806d06915d2bf67' (2023-11-02)
  → 'github:Mic92/sops-nix/5bc2cde6e53241e7df0e8f5df5872223983efa72' (2023-11-05)
• Updated input 'srvos':
    'github:numtide/srvos/ab7746b135559501e59ad6900ea1e48799903005' (2023-11-02)
  → 'github:numtide/srvos/d725309c965ccad663c16f141ccedecd64317b96' (2023-11-04)
2023-11-06 00:00:14 +00:00
.gitea/workflows add ci to the preo 2023-09-19 14:06:26 +02:00
devShells make terraform hallal 2023-11-03 10:37:57 +01:00
modules gitea: point landing page to 'explore' 2023-10-24 17:13:48 +01:00
pkgs drop unused zerotier controller code 2023-10-03 18:20:26 +02:00
sops rotate harmonia key 2023-10-04 07:58:54 +02:00
targets add clanName 2023-11-03 10:28:59 +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 - 2023-11-06T00:00+00:00 2023-11-06 00:00:14 +00:00
flake.nix make terraform hallal 2023-11-03 10:39:58 +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