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

• Updated input 'clan-core':
    'git+https://git.clan.lol/clan/clan-core?ref=refs/heads/main&rev=e73299a3065e778cf5488b7e9a08c01634ca83b8' (2023-08-30)
  → 'git+https://git.clan.lol/clan/clan-core?ref=refs/heads/main&rev=04378b24e1808982bc543fa4a0b80061d2821c40' (2023-09-03)
• Updated input 'disko':
    'github:nix-community/disko/00169fe4a6015a88c3799f0bf89689e06a4d4896' (2023-08-28)
  → 'github:nix-community/disko/06481a9836c37b7c1aba784092a984c2d2ef5431' (2023-09-02)
• Updated input 'flake-parts':
    'github:hercules-ci/flake-parts/59cf3f1447cfc75087e7273b04b31e689a8599fb' (2023-08-01)
  → 'github:hercules-ci/flake-parts/7f53fdb7bdc5bb237da7fefef12d099e4fd611ca' (2023-09-01)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/a63a64b593dcf2fe05f7c5d666eb395950f36bc9' (2023-08-30)
  → 'github:NixOS/nixpkgs/d816b5ab44187a2dd84806630ce77a733724f95f' (2023-09-03)
• Updated input 'srvos':
    'github:numtide/srvos/02555108126833bc35ef85bccc1dad469f8bf5dc' (2023-08-24)
  → 'github:numtide/srvos/28f5734829676013fe72454df923c50c12077c1c' (2023-08-31)
• Updated input 'treefmt-nix':
    'github:numtide/treefmt-nix/6befd3b6b8544952e0261f054cf16769294bacba' (2023-08-28)
  → 'github:numtide/treefmt-nix/e3e0f9f6d47f8fc68aff15150eda1224fb46f4d4' (2023-09-02)
2023-09-04 00:00:08 +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 fix clanDir secrets 2023-08-30 17:24:18 +02:00
pkgs change up gitea captcha 2023-08-11 13:36:02 +02:00
sops reencrypt setcrets for web01 machine 2023-08-10 09:41:56 +00:00
targets upgrade clan-core 2023-08-30 17:11:56 +02:00
terraform drop web01-old 2023-07-20 10:31:49 +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-04T00:00+00:00 2023-09-04 00:00:08 +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