Local config should be elsewhere

This commit is contained in:
Root 2021-02-25 21:22:55 +00:00
parent 42e01b0840
commit ab597f16f2

View File

@ -7,6 +7,7 @@ with lib; {
adjtime.source = "/state/etc/adjtime"; adjtime.source = "/state/etc/adjtime";
NIXOS.source = "/state/etc/NIXOS"; NIXOS.source = "/state/etc/NIXOS";
machine-id.source = "/state/etc/machine-id"; machine-id.source = "/state/etc/machine-id";
"host-config.nix".source = "/state/etc/host-config.nix";
}; };
system.stateVersion = "20.09"; system.stateVersion = "20.09";