diff --git a/systems/monitoring.noc.eh22.intern/system.nix b/systems/monitoring.noc.eh22.intern/system.nix index 174fec5..520d3e4 100644 --- a/systems/monitoring.noc.eh22.intern/system.nix +++ b/systems/monitoring.noc.eh22.intern/system.nix @@ -41,17 +41,6 @@ networking.firewall.allowedTCPPorts = [ 80 ]; networking.usePredictableInterfaceNames = false; - networking = { - interfaces.ens18 = { - ipv4.addresses = [ - { - address = "94.45.254.4"; - prefixLength = 25; - } - ]; - }; - defaultGateway = "94.45.254.1"; - }; services.nginx = { enable = true; recommendedProxySettings = true;