Server infrastructure for the clan project
Go to file
Clan Merge Bot 88637d20fe
All checks were successful
checks / test (pull_request) Successful in 1m21s
update flake lock - 2024-01-08T00:00+00:00
Flake lock file updates:

• Updated input 'clan-core':
    'git+https://git.clan.lol/clan/clan-core?ref=refs/heads/main&rev=9649e43da59865e905df05132f9aa4742024290d' (2023-12-31)
  → 'git+https://git.clan.lol/clan/clan-core?ref=refs/heads/main&rev=4123944732bb2d2cae226c42dba73cb40466ea36' (2024-01-04)
• Updated input 'clan-core/disko':
    'github:nix-community/disko/1144887c6f4d2dcbb2316a24364ef53e25b0fcfe' (2023-12-06)
  → 'github:nix-community/disko/0ce1b15b99ac7c280384f136eae00b968f5b3f72' (2023-12-28)
• Updated input 'disko':
    'github:nix-community/disko/0ce1b15b99ac7c280384f136eae00b968f5b3f72' (2023-12-28)
  → 'github:nix-community/disko/aef9a509db64a081186af2dc185654d78dc8e344' (2024-01-03)
• Updated input 'flake-parts':
    'github:hercules-ci/flake-parts/34fed993f1674c8d06d58b37ce1e0fe5eebcb9f5' (2023-12-01)
  → 'github:hercules-ci/flake-parts/88a2cd8166694ba0b6cb374700799cec53aef527' (2024-01-01)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/e1fa12d4f6c6fe19ccb59cac54b5b3f25e160870' (2023-12-25)
  → 'github:NixOS/nixpkgs/63143ac2c9186be6d9da6035fa22620018c85932' (2024-01-02)
• Updated input 'sops-nix':
    'github:Mic92/sops-nix/cfdbaf68d00bc2f9e071f17ae77be4b27ff72fa6' (2023-12-31)
  → 'github:Mic92/sops-nix/f5fbcc0f50e7fc60c4f806fa7a09abccf0826d8a' (2024-01-07)
• Updated input 'srvos':
    'github:numtide/srvos/e5eecdf21bdf048cef7cb9e52bf573fdf959d491' (2024-01-02)
  → 'github:numtide/srvos/59a3be170de613321aa70e1228bfbe67a0e6ebd6' (2024-01-07)
• Updated input 'srvos/nixos-stable':
    'github:NixOS/nixpkgs/9dd7699928e26c3c00d5d46811f1358524081062' (2023-12-30)
  → 'github:NixOS/nixpkgs/32f63574c85fbc80e4ba1fbb932cde9619bad25e' (2023-12-31)
• Updated input 'treefmt-nix':
    'github:numtide/treefmt-nix/2961375283668d867e64129c22af532de8e77734' (2023-12-19)
  → 'github:numtide/treefmt-nix/04f25d7bec9fb29d2c3bacaa48a3304840000d36' (2024-01-07)
2024-01-08 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 dendrite: update to new postgresql syntax 2024-01-02 15:12:51 +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-08T00:00+00:00 2024-01-08 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