❄️ Infrastructure configuration for FSR-operated machines
Find a file
2023-01-09 18:47:37 +01:00
.github/workflows removing old command from pipeline 2022-12-17 18:05:19 +01:00
config fix: change - to _ in portunus seeds file 2022-12-17 21:04:13 +01:00
hosts formatting and clean up 2022-11-18 17:45:03 +01:00
keys Update ssh-key 2022-12-17 20:59:09 +01:00
miscellaneous added sanddorn config 2022-04-10 13:59:39 +02:00
modules fix: set portunus port to 8081 2022-12-17 21:03:54 +01:00
pkgs secrets for mediawiki and formatting 2022-09-06 17:16:31 +02:00
secrets add portunus_admin to secrets/test.yaml 2022-12-17 21:38:01 +01:00
.gitignore fix .gitignore 2023-01-09 18:47:37 +01:00
.sops.yaml add secrets/admin.yaml 2022-11-25 17:15:52 +01:00
flake.lock nix flake update 2022-12-17 19:49:08 +01:00
flake.nix update nixpkgs version 2022-12-17 19:22:05 +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