Server infrastructure for the clan project
Go to file
Clan Merge Bot aadce62464
All checks were successful
checks / test (pull_request) Successful in 2m42s
update flake lock - 2023-11-27T00:00+00:00
Flake lock file updates:

• Updated input 'clan-core':
    'git+https://git.clan.lol/clan/clan-core?ref=refs/heads/main&rev=9d99f93b37687f38a8d8f9fe979caebaeeeee991' (2023-11-19)
  → 'git+https://git.clan.lol/clan/clan-core?ref=refs/heads/main&rev=44badce35b4a05ed8140d4909e891f9a63cda4c2' (2023-11-25)
• Updated input 'clan-core/nixpkgs-for-deal':
    'github:Luis-Hebendanz/nixpkgs/842a157b727ad9712d41a80d1e1564e4e6bbe697' (2023-11-08)
  → 'github:Luis-Hebendanz/nixpkgs/32ea44ece77a5bad662685acf4652cc984e2df3f' (2023-11-20)
• Updated input 'disko':
    'github:nix-community/disko/2d7d77878c5d70f66f3d676ff66708d8d4f9d7df' (2023-11-12)
  → 'github:nix-community/disko/3cb78c93e6a02f494aaf6aeb37481c27a2e2ee22' (2023-11-25)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/0bf3f5cf6a98b5d077cdcdb00a6d4b3d92bc78b5' (2023-11-19)
  → 'github:NixOS/nixpkgs/0bd59c54ef06bc34eca01e37d689f5e46b3fe2f1' (2023-11-24)
• Updated input 'sops-nix':
    'github:Mic92/sops-nix/49a87c6c827ccd21c225531e30745a9a6464775c' (2023-11-19)
  → 'github:Mic92/sops-nix/4be58d802693d7def8622ff34d36714f8db40371' (2023-11-26)
• Updated input 'srvos':
    'github:numtide/srvos/48010180015cbda0b6cacf4555fcdd360054158d' (2023-11-16)
  → 'github:numtide/srvos/396f6d3fa41a594b7ea02fa0d34f0c6975983e6e' (2023-11-24)
• Updated input 'srvos/nixos-23_05':
    'github:NixOS/nixpkgs/d4b5a67bbe9ef750bd2fdffd4cad400dd5553af8' (2023-11-14)
  → 'github:NixOS/nixpkgs/f741f8a839912e272d7e87ccf4b9dbc6012cdaf9' (2023-11-20)
2023-11-27 00:00:13 +00:00
.gitea/workflows only build with nix-fast-build 2023-11-16 15:43:41 +01:00
devShells make terraform hallal 2023-11-03 10:37:57 +01:00
modules add kenji 2023-11-16 15:53:53 +01:00
pkgs allow all org members to automerge 2023-11-16 15:43:41 +01:00
sops rotate bot tokens 2023-11-16 15:43:41 +01:00
targets add kenji 2023-11-16 15:53:53 +01: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-11-27T00:00+00:00 2023-11-27 00:00:13 +00:00
flake.nix make terraform hallal 2023-11-03 10:39:58 +01: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