From bd5910aed0b1cbbcdd720b5851772f1344c9b040 Mon Sep 17 00:00:00 2001 From: Root Date: Sat, 10 Apr 2021 13:33:16 -0700 Subject: [PATCH] Add keytab to limina --- config/host-config/limina.nix | 5 +++++ config/networks/sea.fudo.org.nix | 10 +--------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/config/host-config/limina.nix b/config/host-config/limina.nix index e164d77..94bdf12 100644 --- a/config/host-config/limina.nix +++ b/config/host-config/limina.nix @@ -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 '' diff --git a/config/networks/sea.fudo.org.nix b/config/networks/sea.fudo.org.nix index 69fe708..f93f390 100644 --- a/config/networks/sea.fudo.org.nix +++ b/config/networks/sea.fudo.org.nix @@ -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 = {