diff --git a/modules/c3d2.nix b/modules/c3d2.nix index 2f099a96..7ba01192 100644 --- a/modules/c3d2.nix +++ b/modules/c3d2.nix @@ -196,11 +196,13 @@ in }]; }; - networking.interfaces = lib.mkIf (cfg.hq.interface != null) { - "${cfg.hq.interface}".ipv6.addresses = [{ - address = toHqPrivateAddress config.networking.hostName; - prefixLength = 64; - }]; + networking = { + interfaces = lib.mkIf (cfg.hq.interface != null) { + "${cfg.hq.interface}".ipv6.addresses = [{ + address = toHqPrivateAddress config.networking.hostName; + prefixLength = 64; + }]; + }; nameservers = with hostRegistry.dnscache; [ ip4 @@ -221,7 +223,7 @@ in programs = { ssh.knownHosts = let - inherit ((import ../ssh-public-keys.nix)) hosts; + inherit (import ../ssh-public-keys.nix) hosts; list = map (name: { inherit name; diff --git a/modules/motd b/modules/motd deleted file mode 100644 index 8d861030..00000000 --- a/modules/motd +++ /dev/null @@ -1,6 +0,0 @@ - ______ ______ - / / / / / /\ \ \ -/ / / / / / \ \ \ -\ \ \ \ / / / / / - \_\_\_\/_/ /_/_/ -