Stores (the Nix/NixOS) configuration of all the machines I work with or on
In order to apply the given configuration for a machine:
- Start with an existing NixOS install or bring up a vanilla install. Note: make sure to have
gitas a system package to begin with - check out the repository
- clear out the existing
etc/nixos/directory ln -s $REPO/$MACHINE/configuration.nix /etc/nixos/configuration.nixso the configuration.nix from this repository is usedsudo nixos-rebuild switchto use the new configuration- Enjoy