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

• Updated input 'disko':
    'github:nix-community/disko/1efd500e9805a9efbce401ed5999006d397b9f11' (2024-04-18)
  → 'github:nix-community/disko/285e26465a0bae510897ca04da26ce6307c652b4' (2024-04-26)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/f2d7a289c5a5ece8521dd082b81ac7e4a57c2c5c' (2024-04-21)
  → 'github:NixOS/nixpkgs/2b1f64b358f2cab62617f26b3870fd0ee375d848' (2024-04-27)
• Updated input 'sops-nix':
    'github:Mic92/sops-nix/09f1bc8ba3277c0f052f7887ec92721501541938' (2024-04-21)
  → 'github:Mic92/sops-nix/f1b0adc27265274e3b0c9b872a8f476a098679bd' (2024-04-23)
• Updated input 'srvos':
    'github:numtide/srvos/d8945920cb8e98dc737d1fc2d42607f5916c34cf' (2024-04-19)
  → 'github:numtide/srvos/71a8e8ab6e4763714d20c22f42ba8860369a1508' (2024-04-26)
• Updated input 'treefmt-nix':
    'github:numtide/treefmt-nix/49dc4a92b02b8e68798abd99184f228243b6e3ac' (2024-04-01)
  → 'github:numtide/treefmt-nix/c6aaf729f34a36c445618580a9f95a48f5e4e03f' (2024-04-25)
2024-04-29 00:00:19 +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 web01: Fixed incorrect formatting in browsers.list 2024-04-17 13:24:29 +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-29T00:00+00:00 2024-04-29 00:00:19 +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