diff --git a/hosts/Infini-OPTIPLEX/default.nix b/hosts/Infini-OPTIPLEX/default.nix index 59989f8..8b8b945 100644 --- a/hosts/Infini-OPTIPLEX/default.nix +++ b/hosts/Infini-OPTIPLEX/default.nix @@ -25,18 +25,6 @@ }; networking = { - interfaces = { - enp0s31f6 = { - ipv4.addresses = [{ - address = "128.210.6.103"; - prefixLength = 28; - }]; - }; - }; - defaultGateway = { - address = "128.210.6.97"; - interface = "enp0s31f6"; - }; firewall = { allowedUDPPorts = [ 80 443 ]; allowedTCPPorts = [ 80 443 ];