diff --git a/hosts/nixdeploy/configuration.nix b/hosts/nixdeploy/configuration.nix index bd81498..4a585ec 100644 --- a/hosts/nixdeploy/configuration.nix +++ b/hosts/nixdeploy/configuration.nix @@ -22,8 +22,19 @@ matchConfig = { Name = "eth0"; }; - DHCP = "yes"; - address = [ "2a01:4f8:1c0c:8221:1337:42:10:1/64" ]; + address = [ + "10.42.10.245/24" + "2a01:4f8:1c0c:8221::245/64" + "2a01:4f8:1c0c:8221:1337:42:10:1/64" + ]; + gateway = [ + "10.42.10.1" + "2a01:4f8:1c0c:8221::1" + ]; + dns = [ + "10.42.10.245" + "2a01:4f8:1c0c:8221::1" + ]; }; };