Add readme

This commit is contained in:
Felix Wittwer 2021-11-17 12:29:47 +01:00
parent 5cc2751787
commit 55b3742f23
Signed by: wittwer
GPG key ID: 24363525EA0E8A99

20
README.md Normal file
View file

@ -0,0 +1,20 @@
# 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.
```bash
# 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
```