❄️ Infrastructure configuration for FSR-operated machines
Find a file
2024-05-02 10:48:26 +02:00
hosts quitte: pin kernel to 6.6.27 2024-04-29 14:26:49 +02:00
keys Add hendrik's pgp and ssh keys 2024-02-29 16:24:21 +01:00
modules trying to get postfix running 2024-05-02 10:48:26 +02:00
options options: move to tree root 2024-03-12 12:06:21 +01:00
overlays trying to get postfix running 2024-05-02 10:48:26 +02:00
secrets tomate: configure ifsr-apb network 2024-04-16 10:58:35 +02:00
.gitignore fix .gitignore 2023-01-09 18:47:37 +01:00
.sops.yaml Add hendrik's pgp and ssh keys 2024-02-29 16:24:21 +01:00
flake.lock nix: flake update 2024-04-26 09:47:36 +02:00
flake.nix making grafana work 2024-04-29 15:09:56 +02:00
README.md reflect garbage collection in README.md 2023-07-19 17:52:07 +02:00

Infrastructure configuration for FSR-operated machines

This repository contains the NixOS configuration files for FSR machines.

Machines configured by this repository:

  • quitte (new server predestined to run all important services)

Setup

Clone this repository on the target machine to /etc/nixos and build the desired host configuration e.g.

# you may need to copy the generated hardware-configuration.nix to hosts/<hostname>/hardware-configuraion.nix
nixos-rebuild switch --flake .#<hostname>

Tips and Tricks

Resolving merge conflicts in sops files

Required steps

  1. Manually resolve the conflicts in the encrypted file
  2. Open the file using sops --ignore-mac secrets/<hostname>.yml
  3. Change one letter in one of the yml entries to let sops know it has to regenerate the MAC
  4. Close the file. Open it again and revert the change you just did in step 3.