Server infrastructure for the clan project
Go to file
Jörg Thalheim 809520c03b
All checks were successful
build / test (push) Successful in 7s
switch to native nix gitea action
gitea: check runner label

flake.lock: Update

Flake lock file updates:

• Updated input 'disko':
    'github:nix-community/disko/15c4d57b41b6b57024aec015e5d30a4ed4713034' (2023-07-04)
  → 'github:nix-community/disko/68eb09b1833301d729ae6e89583173b6ceaade1c' (2023-07-13)
• Updated input 'homepage':
    'git+https://git.clan.lol/clan/clan-homepage?ref=refs/heads/main&rev=ffe31cffbdcc22fbf92bde02beda9b17aebe6a82' (2023-07-05)
  → 'git+https://git.clan.lol/clan/clan-homepage?ref=refs/heads/main&rev=b1573761fd03b6d6ae2170211953e08a2f430b8c' (2023-07-11)
• Updated input 'nixpkgs':
    'github:Mic92/nixpkgs/9e9bef88786414db7178ad610e7874730d21c5bb' (2023-07-13)
  → 'github:Mic92/nixpkgs/76873846521e9f2eacc3d2db7c3643b222e22a59' (2023-07-13)
• Updated input 'sops-nix':
    'github:Mic92/sops-nix/5ed3c22c1fa0515e037e36956a67fe7e32c92957' (2023-07-02)
  → 'github:Mic92/sops-nix/88b964df6981e4844c07be8c192aa6bdca768a10' (2023-07-12)
• Updated input 'srvos':
    'github:numtide/srvos/c9fa5cf4b6014807655bf8356b3cddc86f741b7a' (2023-07-03)
  → 'github:numtide/srvos/e8ae8c0ac816b6388199a475bd6188943e47f5b9' (2023-07-13)
• Updated input 'treefmt-nix':
    'github:numtide/treefmt-nix/df3f32b0cc253dfc7009b7317e8f0e7ccd70b1cf' (2023-06-29)
  → 'github:numtide/treefmt-nix/f1dca68b908f3dd656b923b9fb62f7d755133662' (2023-07-13)

flake.lock: Update

Flake lock file updates:

• Updated input 'nixpkgs':
    'github:Mic92/nixpkgs/76873846521e9f2eacc3d2db7c3643b222e22a59' (2023-07-13)
  → 'github:Mic92/nixpkgs/21d75bf07c3cd8c10aea2e86e7d683e12b8bc5c4' (2023-07-13)

flake.lock: Update

Flake lock file updates:

• Updated input 'nixpkgs':
    'github:Mic92/nixpkgs/21d75bf07c3cd8c10aea2e86e7d683e12b8bc5c4' (2023-07-13)
  → 'github:Mic92/nixpkgs/dc54601ce60a6e7b427d124550d43067ee605b53' (2023-07-13)
2023-07-13 14:01:44 +02:00
.gitea/workflows make ci check a bit less verbose 2023-07-13 11:37:15 +02:00
modules switch to native nix gitea action 2023-07-13 14:01:44 +02:00
pkgs switch to native nix gitea action 2023-07-13 14:01:44 +02:00
targets switch to native nix gitea action 2023-07-13 14:01:44 +02:00
terraform treefmt 2023-07-13 11:29:21 +02:00
.envrc add envrc 2023-07-05 13:50:48 +02:00
.envrc.private-template first commit 2023-07-04 17:52:06 +02:00
.gitignore first commit 2023-07-04 17:52:06 +02:00
.sops.yaml add sops-nix 2023-07-05 17:19:22 +02:00
flake.lock switch to native nix gitea action 2023-07-13 14:01:44 +02:00
flake.nix switch to native nix gitea action 2023-07-13 14:01:44 +02:00
LICENSE.md add license 2023-07-05 13:50:52 +02:00
README.md README: minor update 2023-07-13 11:19:48 +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:
    • soon to be replaced by baremetal hardware
    • Instance type: CPX42
    • CPU: 8 vCPUs on AMD
    • RAM: 16GB
    • Drives: 80GB SSD

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

To update the website

$ cd ./targets/web01
$ nix flake lock --update-input homepage --commit-lock-file
$ ./tf.sh apply