diff --git a/deployment/check/common/data-model.nix b/deployment/check/common/data-model.nix index 785e607a..43528cb8 100644 --- a/deployment/check/common/data-model.nix +++ b/deployment/check/common/data-model.nix @@ -178,26 +178,6 @@ let networking = { firewall.enable = false; usePredictableInterfaceNames = false; - interfaces.eth0.ipv4.addresses = [ - { - address = "95.215.187.101"; - prefixLength = 24; - } - ]; - interfaces.eth0.ipv6.addresses = [ - { - address = "2a00:51c0:13:1305::101"; - prefixLength = 64; - } - ]; - defaultGateway = { - address = "95.215.187.1"; - interface = "eth0"; - }; - defaultGateway6 = { - address = "2a00:51c0:13:1305::1"; - interface = "eth0"; - }; nameservers = [ "95.215.185.6" "95.215.185.7"