Server infrastructure for the clan project
Go to file
Clan Merge Bot 6a3f5ca7ea
All checks were successful
build / test (pull_request) Successful in 7s
update flake lock - 2023-08-28T00:00+00:00
Flake lock file updates:

• Updated input 'clan-core':
    'git+https://git.clan.lol/clan/clan-core?ref=refs/heads/main&rev=a642ecfda5e3472af521bfd6f4f466201f4f3ccb' (2023-08-23)
  → 'git+https://git.clan.lol/clan/clan-core?ref=refs/heads/main&rev=edad9fd62ab2b7167fa1123301270c847f964a10' (2023-08-27)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/9d757ec498666cc1dcc6f2be26db4fd3e1e9ab37' (2023-08-22)
  → 'github:NixOS/nixpkgs/c66ccfa00c643751da2fd9290e096ceaa30493fc' (2023-08-26)
• Updated input 'sops-nix':
    'github:Mic92/sops-nix/1b7b3a32d65dbcd69c217d7735fdf0a6b2184f45' (2023-08-22)
  → 'github:Mic92/sops-nix/0618c8f0ed5255ad74ee08d1618841ff5af85c86' (2023-08-27)
• Updated input 'srvos':
    'github:numtide/srvos/46145a1cc93d00ced71c903ec3f9d492af857e2e' (2023-08-23)
  → 'github:numtide/srvos/02555108126833bc35ef85bccc1dad469f8bf5dc' (2023-08-24)
• Updated input 'treefmt-nix':
    'github:numtide/treefmt-nix/b070c28bf9d7d3ef93084aa47c01b4b6c16cdce4' (2023-08-23)
  → 'github:numtide/treefmt-nix/843e1e1b01ac7c9e858368fffd1692cbbdbe4a0e' (2023-08-25)
2023-08-28 00:00:12 +00:00
.gitea/workflows ci: check pr merge instead of pr branch 2023-08-08 13:54:28 +02:00
devShells import clan-cli into devshell 2023-08-08 14:22:00 +02:00
modules switch to clan-core secrets 2023-08-23 15:06:46 +02:00
pkgs change up gitea captcha 2023-08-11 13:36:02 +02:00
sops reencrypt setcrets for web01 machine 2023-08-10 09:41:56 +00:00
targets web01: switch to clan-update command 2023-08-11 17:35:30 +02:00
terraform drop web01-old 2023-07-20 10:31:49 +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-08-28T00:00+00:00 2023-08-28 00:00:12 +00:00
flake.nix flake.lock: Update 2023-08-23 14:05:51 +02: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