Server infrastructure for the clan project
Go to file
Clan Merge Bot 9098075719
Some checks failed
checks / test (pull_request) Failing after 1m58s
update flake lock - 2024-02-19T00:00+00:00
Flake lock file updates:

• Updated input 'clan-core':
    'git+https://git.clan.lol/clan/clan-core?ref=refs/heads/main&rev=f166da1621707399416a1dcb09db8a6360291f0d' (2024-02-11)
  → 'git+https://git.clan.lol/clan/clan-core?ref=refs/heads/main&rev=36b20f18d4f490f5d1b72a97ea0a7ea187646011' (2024-02-16)
• Updated input 'clan-core/disko':
    'github:nix-community/disko/f67ba6552845ea5d7f596a24d57c33a8a9dc8de9' (2024-01-29)
  → 'github:nix-community/disko/d07de570ba05cec2807d058daaa044f6955720c7' (2024-02-10)
• Updated input 'clan-core/nixos-generators':
    'github:nix-community/nixos-generators/896f6589db5b25023b812bbb6c1f5d3a499b1132' (2024-01-24)
  → 'github:nix-community/nixos-generators/843e2f04c716092797ffa4ce14c446adce2f09ef' (2024-02-08)
• Updated input 'disko':
    'github:nix-community/disko/d07de570ba05cec2807d058daaa044f6955720c7' (2024-02-10)
  → 'github:nix-community/disko/d8a4377cd8eec23668ea3fae07efee9d5782cb91' (2024-02-18)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/f3a93440fbfff8a74350f4791332a19282cc6dc8' (2024-02-11)
  → 'github:NixOS/nixpkgs/045b51a3ae66f673ed44b5bbd1f4a341d96703bf' (2024-02-18)
• Updated input 'sops-nix':
    'github:Mic92/sops-nix/2eb7c4ba3aa75e2660fd217eb1ab64d5b793608e' (2024-02-11)
  → 'github:Mic92/sops-nix/ffed177a9d2c685901781c3c6c9024ae0ffc252b' (2024-02-18)
• Updated input 'srvos':
    'github:numtide/srvos/c5df91ddcc76abfefe4adcda30a25ede8b761156' (2024-02-08)
  → 'github:numtide/srvos/e19a0dc562b1df371772d90613f91c2a6b1839b3' (2024-02-15)
• Removed input 'srvos/flake-parts'
• Removed input 'srvos/flake-parts/nixpkgs-lib'
2024-02-19 00:00:12 +00:00
.gitea/workflows only build with nix-fast-build 2023-11-16 15:43:41 +01:00
devShells make terraform hallal 2023-11-03 10:37:57 +01:00
modules web01: add redirect to pad.lassul.us for thaigersprint qr code 2024-02-12 07:26:59 +01:00
pkgs update gitea 2024-02-08 15:51:02 +00:00
sops rotate bot tokens 2023-11-16 15:43:41 +01:00
targets web01: deploy for web redirect 2024-02-12 07:28:10 +01:00
terraform web01: point to current nixos-anywhere location 2024-02-12 07:27:55 +01: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-02-19T00:00+00:00 2024-02-19 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