Server infrastructure for the clan project
Go to file
Jörg Thalheim a7c6453052
All checks were successful
build / test (push) Successful in 8s
flake.lock: Update
Flake lock file updates:

• Updated input 'clan-core':
    'git+https://git.clan.lol/clan/clan-core?ref=refs/heads/main&rev=7f54a64c0a8d538381207ef19c2b1185343628b0' (2023-08-02)
  → 'git+https://git.clan.lol/clan/clan-core?ref=refs/heads/main&rev=6f22717ffd26aeb5146d727d14e1c64d56a20218' (2023-08-08)
• Updated input 'clan-core/disko':
    'github:nix-community/disko/4015740375676402a2ee6adebc3c30ea625b9a94' (2023-07-30)
  → 'github:nix-community/disko/493b347d8fffa6912afb8d89b91703cd40ff6038' (2023-08-06)
• Added input 'clan-core/floco':
    'github:aakropotkin/floco/1e84b4b16bba5746e1195fa3a4d8addaaf2d9ef4' (2023-08-03)
• Added input 'clan-core/floco/nixpkgs':
    follows 'clan-core/nixpkgs'
• Removed input 'clan-core/nix-unit'
• Removed input 'clan-core/nix-unit/flake-parts'
• Removed input 'clan-core/nix-unit/nix-github-actions'
• Removed input 'clan-core/nix-unit/nix-github-actions/nixpkgs'
• Removed input 'clan-core/nix-unit/nixpkgs'
• Removed input 'clan-core/nix-unit/treefmt-nix'
• Removed input 'clan-core/pre-commit-hooks-nix'
• Removed input 'clan-core/pre-commit-hooks-nix/flake-compat'
• Removed input 'clan-core/pre-commit-hooks-nix/flake-utils'
• Removed input 'clan-core/pre-commit-hooks-nix/flake-utils/systems'
• Removed input 'clan-core/pre-commit-hooks-nix/gitignore'
• Removed input 'clan-core/pre-commit-hooks-nix/gitignore/nixpkgs'
• Removed input 'clan-core/pre-commit-hooks-nix/nixpkgs'
• Removed input 'clan-core/pre-commit-hooks-nix/nixpkgs-stable'
2023-08-08 13:48:48 +02:00
.gitea/workflows make ci check a bit less verbose 2023-07-13 11:37:15 +02:00
devShells move devShells out of flake-parts 2023-08-03 14:19:36 +00:00
modules clan-merge: whitelist hsjobeki & Qubasa 2023-08-07 10:34:17 +02:00
pkgs action-flake-update-pr-clan: add missing openssh 2023-08-08 13:47:40 +02:00
targets secrets: add clan-bot-gitea-token & clan-bot-ssh-key 2023-07-28 14:01:42 +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 flake.lock: Update 2023-08-08 13:48:48 +02:00
flake.nix flake.lock: Update 2023-08-08 13:48:48 +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