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

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 ''

View File

@ -73,14 +73,6 @@ in {
google-wifi = {
ipv4-address = "10.0.0.7";
mac-address = "7C:D9:5C:9F:6F:E9";
};
nostromo = {
ip-address = "10.0.0.10";
mac-address = "46:54:76:06:f1:10";
};
lambda = {
ip-address = "10.0.0.11";
mac-address = "02:f5:fe:8c:22:fe";
};
nostromo = {
ipv4-address = "10.0.0.10";
@ -88,7 +80,7 @@ in {
};
lambda = {
ipv4-address = "10.0.0.11";
mac-address = "02:50:f6:52:9f:9d";
mac-address = "e8:39:35:2c:38:08";
};
plato = { ipv4-address = "10.0.0.21"; };
cam-entrance = {