diff --git a/systems/base/configuration.nix b/systems/base/configuration.nix index 0ca9d9b..2da9ce7 100644 --- a/systems/base/configuration.nix +++ b/systems/base/configuration.nix @@ -41,7 +41,7 @@ openssh.authorizedKeys.keyFiles = [ ../../authorized_keys ]; }; - users.groups."maintenance" = {}; + users.groups."maintenance" = { }; # Enable mDNS for `hostname.local` addresses services.avahi.enable = true; @@ -94,7 +94,7 @@ enable = true; global = { fsid = "b9b22d11-3492-49a6-92b7-b36cdf0161fe"; - monHost = "v2:192.168.1.239:3300/0,v1:192.168.1.239:6789/0"; + monHost = "v2:192.168.10.3:3300/0,v1:192.168.10.3:6789/0"; }; };