diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -101,9 +101,11 @@ throw "Have you forgotten to run nixos-anywhere with `--generate-hardware-config nixos-facter ./hardware/snorlax.json`?"; } - ./roles/server.nix ./hardware/snorlax-disks.nix ./configuration/snorlax.nix + + ./roles/server.nix + ./roles/git-server.nix ]; }; }; |