❄️ Infrastructure configuration for FSR-operated machines
Find a file
2022-11-18 17:13:58 +01:00
hosts more test vm config 2022-11-11 16:39:48 +01:00
keys add ssh and pgp key 2022-11-18 15:12:13 +01:00
miscellaneous added sanddorn config 2022-04-10 13:59:39 +02:00
modules fix tabs 2022-11-18 17:13:58 +01:00
pkgs secrets for mediawiki and formatting 2022-09-06 17:16:31 +02:00
secrets add nextcloud config 2022-11-18 17:00:50 +01:00
.gitignore more test vm config 2022-11-11 16:39:48 +01:00
.sops.yaml adding new keys to sops 2022-11-18 16:05:51 +01:00
flake.lock add nextcloud config 2022-11-18 17:00:50 +01:00
flake.nix add nextcloud config 2022-11-18 17:00:50 +01:00
README.md added sanddorn config 2022-04-10 13:59:39 +02: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)

Setup

Clone this repository on the target machine to /var/src and link the folder for the respective machine to the nixos configuration path, e.g.

# you may need to delete the newly generated config, but make sure to update
# the `hardware-configuration.nix` file if necessary
# rm -rf /etc/nixos
ln -s /var/src/fruitbasket/birne /etc/nixos