Server infrastructure for the clan project
Go to file
Clan Merge Bot d0d8eaa25e
All checks were successful
build / test (push) Successful in 6s
update flake lock - 2023-07-28T12:56+02:00
Flake lock file updates:

• Updated input 'disko':
    'github:nix-community/disko/f2248036d2aeb61690903130458b4e7f975b1c78' (2023-07-21)
  → 'github:nix-community/disko/4aa3641e277794fc40bf64688c533c68a77b9a96' (2023-07-27)
• Updated input 'sops-nix':
    'github:Mic92/sops-nix/bd695cc4d0a5e1bead703cc1bec5fa3094820a81' (2023-07-16)
  → 'github:Mic92/sops-nix/c36df4fe4bf4bb87759b1891cab21e7a05219500' (2023-07-24)
• Updated input 'srvos':
    'github:numtide/srvos/62c4900d023ac740a7aba6d70b660600c3450490' (2023-07-20)
  → 'github:numtide/srvos/ce0426c357c077edec3aacde8e9649f30f1be659' (2023-07-27)
2023-07-28 12:56:27 +02:00
.gitea/workflows make ci check a bit less verbose 2023-07-13 11:37:15 +02:00
modules clan-merge: fix whitelist; mic92 -> Mic92 2023-07-28 10:50:11 +02:00
pkgs clan-merge: fix crash on PRs with assignees = None 2023-07-26 16:04:33 +02:00
targets clan-merge: deploy on web01 2023-07-26 12:25:04 +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 result* 2023-07-17 23:22:23 +02:00
.sops.yaml add new baremetal server 2023-07-18 16:21:31 +02:00
flake.lock update flake lock - 2023-07-28T12:56+02:00 2023-07-28 12:56:27 +02:00
flake.nix init: clan-merge 2023-07-26 11:17:26 +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