diff --git a/hosts/genesis/networking/dhcp.nix b/hosts/genesis/networking/dhcp.nix index 54075cf..71887f9 100644 --- a/hosts/genesis/networking/dhcp.nix +++ b/hosts/genesis/networking/dhcp.nix @@ -127,7 +127,7 @@ } { name = "routers"; - data = "192.168.67.1"; + data = "192.168.66.1"; } ]; }