Remove some extra junk

This commit is contained in:
2021-05-01 17:25:31 -07:00
parent 6bc97ea366
commit 6ef926b994
3 changed files with 13 additions and 7 deletions
-6
View File
@@ -39,12 +39,6 @@ in {
NIXOS.source = "/state/etc/NIXOS";
machine-id.source = "/state/etc/machine-id";
"host-config.nix".source = "/state/etc/host-config.nix";
# "krb5.keytab" = {
# source = "/state/etc/plato.keytab";
# user = "root";
# group = "root";
# mode = "0600";
# };
};
system.stateVersion = "20.09";