❄️ Infrastructure configuration for FSR-operated machines
Find a file
2023-07-04 09:49:14 +02:00
.github/workflows fix cachix ci (#37) 2023-05-25 23:59:56 +02:00
config fix ldap group search 2023-07-04 09:36:08 +02:00
hosts switch to the 23.05 release 2023-05-25 22:58:14 +02:00
keys Update fugi.asc 2023-06-08 13:31:55 +02:00
miscellaneous added sanddorn config 2022-04-10 13:59:39 +02:00
modules Merge remote-tracking branch 'origin/main' into mailman 2023-07-04 09:41:51 +02:00
pkgs move matrix-synapse-ldap3.nix to /pkgs 2023-02-02 21:16:55 +01:00
secrets add test secret 2023-07-04 09:49:14 +02:00
.gitignore fix .gitignore 2023-01-09 18:47:37 +01:00
.sops.yaml rekeying for quitte 2023-04-23 19:50:02 +02:00
flake.lock switch to the 23.05 release 2023-05-25 22:58:14 +02:00
flake.nix add mautrix-telegram 2023-06-22 20:18:28 +02:00
README.md Remove dkim keygen instructions 2023-03-01 15:30:23 +01:00

Infrastructure configuration for FSR-operated machines

This repository contains the NixOS configuration files for FSR machines.

Machines configures by this repository:

  • birne (the printer notebook)
  • tomate (backup endpoint and office computer)
  • 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.