Add keytab to limina

This commit is contained in:
Root
2021-04-10 13:33:16 -07:00
parent 6efccd8266
commit bd5910aed0
2 changed files with 6 additions and 9 deletions
+5
View File
@@ -147,6 +147,11 @@ 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/limina.keytab";
user = root;
mode = "0400";
};
};
boot.initrd.postDeviceCommands = lib.mkAfter ''