Server infrastructure for the clan project
Go to file
Clan Merge Bot 14585c11b5
All checks were successful
build / test (pull_request) Successful in 9s
update flake lock - 2023-09-18T00:00+00:00
Flake lock file updates:

• Updated input 'clan-core':
    'git+https://git.clan.lol/clan/clan-core?ref=refs/heads/main&rev=aa5976f0469d6fa1768565fccc4209183913b4f4' (2023-09-11)
  → 'git+https://git.clan.lol/clan/clan-core?ref=refs/heads/main&rev=4a1dcc16395a5423023ac10d4be3640d1bb88fdc' (2023-09-16)
• Updated input 'clan-core/disko':
    'github:nix-community/disko/f9907fcf6df79a76ea7e3a3afe9340a672cb9c6e' (2023-09-09)
  → 'github:nix-community/disko/be98cffef02e5ebf438ea80b34b86e669c48eff1' (2023-09-12)
• Updated input 'disko':
    'github:nix-community/disko/be98cffef02e5ebf438ea80b34b86e669c48eff1' (2023-09-12)
  → 'github:nix-community/disko/9ab96378f8cf602d5f3ce5a32f2c339509288d8e' (2023-09-17)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/78058d810644f5ed276804ce7ea9e82d92bee293' (2023-09-10)
  → 'github:NixOS/nixpkgs/5148520bfab61f99fd25fb9ff7bfbb50dad3c9db' (2023-09-17)
• Updated input 'srvos':
    'github:numtide/srvos/c5e71055157b95eb2076687fbbe824d0d8bf6ed4' (2023-09-12)
  → 'github:numtide/srvos/487d72e894b990761024e349b4a71844e71c5c6a' (2023-09-15)
• Updated input 'treefmt-nix':
    'github:numtide/treefmt-nix/b8d3a059f5487d6767d07c3716386753e3132d9f' (2023-09-04)
  → 'github:numtide/treefmt-nix/7a49c388d7a6b63bb551b1ddedfa4efab8f400d8' (2023-09-12)
2023-09-18 00:00:13 +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 use faster podman zfs driver instead of overlayfs 2023-09-13 11:38:36 +02:00
pkgs change up gitea captcha 2023-08-11 13:36:02 +02:00
sops switch to different hetzner machine 2023-09-05 16:09:52 +02:00
targets add qubasa 2023-09-12 12:49:33 +02: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-09-18T00:00+00:00 2023-09-18 00:00:13 +00:00
flake.nix treefmt: fix project root 2023-08-30 17:25:20 +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