Add keytab to limina
This commit is contained in:
parent
6efccd8266
commit
bd5910aed0
@ -147,6 +147,11 @@ in {
|
|||||||
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";
|
"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 ''
|
boot.initrd.postDeviceCommands = lib.mkAfter ''
|
||||||
|
@ -73,14 +73,6 @@ in {
|
|||||||
google-wifi = {
|
google-wifi = {
|
||||||
ipv4-address = "10.0.0.7";
|
ipv4-address = "10.0.0.7";
|
||||||
mac-address = "7C:D9:5C:9F:6F:E9";
|
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 = {
|
nostromo = {
|
||||||
ipv4-address = "10.0.0.10";
|
ipv4-address = "10.0.0.10";
|
||||||
@ -88,7 +80,7 @@ in {
|
|||||||
};
|
};
|
||||||
lambda = {
|
lambda = {
|
||||||
ipv4-address = "10.0.0.11";
|
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"; };
|
plato = { ipv4-address = "10.0.0.21"; };
|
||||||
cam-entrance = {
|
cam-entrance = {
|
||||||
|
Loading…
Reference in New Issue
Block a user