Server infrastructure for the clan project
Go to file
Clan Merge Bot 4cf6a75fba
Some checks failed
checks / test (pull_request) Failing after 1m16s
update flake lock - 2024-01-29T00: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=6adc68a35462bc3d1ddc0ee9e8e56f77f07e3e23' (2024-01-26)
• Updated input 'disko':
    'github:nix-community/disko/fa5db12d76f9e8ee11e572cdbe021230e48b6afa' (2024-01-11)
  → 'github:nix-community/disko/f7424625dc1f2e4eceac3009cbd1203d566feebc' (2024-01-26)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/eabe8d3eface69f5bb16c18f8662a702f50c20d5' (2024-01-09)
  → 'github:NixOS/nixpkgs/160b762eda6d139ac10ae081f8f78d640dd523eb' (2024-01-27)
• Updated input 'sops-nix':
    'github:Mic92/sops-nix/c0b3a5af90fae3ba95645bbf85d2b64880addd76' (2024-01-10)
  → 'github:Mic92/sops-nix/73bf36912e31a6b21af6e0f39218e067283c67ef' (2024-01-28)
• Updated input 'srvos':
    'github:numtide/srvos/905cdf0751894d23ff4d6cb3c0235099a3f2cdf2' (2024-01-11)
  → 'github:numtide/srvos/0a0f4f441b7bd014e523de33a810badda546e862' (2024-01-25)
• 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'
• Updated input 'treefmt-nix':
    'github:numtide/treefmt-nix/04f25d7bec9fb29d2c3bacaa48a3304840000d36' (2024-01-07)
  → 'github:numtide/treefmt-nix/c6153c2a3ff4c38d231e3ae99af29b87f1df5901' (2024-01-28)
2024-01-29 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-29T00:00+00:00 2024-01-29 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