diff --git a/hosts/ward/net.nix b/hosts/ward/net.nix index 2b7903c..46f74e1 100644 --- a/hosts/ward/net.nix +++ b/hosts/ward/net.nix @@ -45,12 +45,13 @@ in { #dhcpV6Config.UseDNS = false; #ipv6AcceptRAConfig.UseDNS = false; address = [ - #"192.168.178.2/24" + "192.168.178.7/24" #"fdee::1/64" - "192.168.1.183/22" + #"192.168.1.183/22" ]; gateway = [ - "192.168.1.1/22" + "192.168.178.1/24" + #"192.168.1.1/22" ]; matchConfig.MACAddress = config.repo.secrets.local.networking.interfaces.wan.mac; networkConfig.IPv6PrivacyExtensions = "yes"; diff --git a/users/myuser/secrets/user.nix.age b/users/myuser/secrets/user.nix.age index 77bfa21..4d34b13 100644 Binary files a/users/myuser/secrets/user.nix.age and b/users/myuser/secrets/user.nix.age differ