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

• Updated input 'clan-core':
    'git+https://git.clan.lol/clan/clan-core?ref=refs/heads/main&rev=6fafae56b65800e1e0406319a5389a198b4f0308' (2023-09-28)
  → 'git+https://git.clan.lol/clan/clan-core?ref=refs/heads/main&rev=29efda96087dac2a1512d555c131ecfd7da816db' (2023-10-01)
• Updated input 'flake-parts':
    'github:hercules-ci/flake-parts/7f53fdb7bdc5bb237da7fefef12d099e4fd611ca' (2023-09-01)
  → 'github:hercules-ci/flake-parts/21928e6758af0a258002647d14363d5ffc85545b' (2023-10-01)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/f3dab3509afca932f3f4fd0908957709bb1c1f57' (2023-09-27)
  → 'github:NixOS/nixpkgs/c182df2e68bd97deb32c7e4765adfbbbcaf75b60' (2023-09-29)
2023-10-02 00:00:12 +00:00
.gitea/workflows add ci to the preo 2023-09-19 14:06:26 +02:00
devShells use mkShellNoCC 2023-09-19 14:30:18 +02:00
modules Add KVM to allowed devices in container 2023-10-01 13:16:37 +02:00
pkgs change up gitea captcha 2023-08-11 13:36:02 +02:00
sops switch to different hetzner machine 2023-09-05 16:09:52 +02:00
targets also import clanInternals 2023-09-28 17:11:11 +02:00
terraform switch to different hetzner machine 2023-09-05 16:09:52 +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-10-02T00:00+00:00 2023-10-02 00:00:12 +00:00
flake.nix add ci to the preo 2023-09-19 14:06: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