Server infrastructure for the clan project
Go to file
Clan Merge Bot d0698a4ca4
All checks were successful
checks / test (pull_request) Successful in 49s
update flake lock - 2024-04-15T00:00+00:00
Flake lock file updates:

• Updated input 'disko':
    'github:nix-community/disko/a297cb1cb0337ee10a7a0f9517954501d8f6f74d' (2024-04-11)
  → 'github:nix-community/disko/8d4ae698eaac8bd717e23507da2ca8b345bec4b5' (2024-04-12)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/f173d0881eff3b21ebb29a2ef8bedbc106c86ea5' (2024-04-11)
  → 'github:NixOS/nixpkgs/692ceb334b4fd60d61798dde895f6f122110f5fe' (2024-04-13)
• Updated input 'sops-nix':
    'github:Mic92/sops-nix/538c114cfdf1f0458f507087b1dcf018ce1c0c4c' (2024-04-08)
  → 'github:Mic92/sops-nix/226062b47fe0e2130ba3ee9f4f1c880dc815cf87' (2024-04-14)
• Updated input 'srvos':
    'github:numtide/srvos/4f89af165fde1454cb917a5f23e1f82d32541d38' (2024-04-12)
  → 'github:numtide/srvos/bed9cfce2adc4c72de9bc90656d5cfe66e4371f3' (2024-04-12)
2024-04-15 00:00:13 +00:00
.gitea/workflows limit eval worker 2024-03-12 17:33:43 +01:00
devShells switch to tofu from terraform 2024-03-12 11:33:06 +01:00
modules goaccess: Fix publog incorrect argument 2024-04-14 19:18:40 +02:00
pkgs update gitea 2024-02-08 15:51:02 +00:00
sops Update secret web01-synapse-registration_shared_secret 2024-04-12 10:23:43 +02:00
targets add metrics.clan.lol 2024-04-13 16:08:20 +02:00
terraform add metrics.clan.lol 2024-04-13 16:08:20 +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-04-15T00:00+00:00 2024-04-15 00:00:13 +00:00
flake.nix half-finished migration to synapse 2024-04-12 15:40:27 +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