From 0ef7b9b66e50fc0b40810bf2d8004ae39df09762 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Tue, 19 Mar 2024 21:34:27 -0400 Subject: [PATCH] Infini-OPTIPLEX: remove static ip address Now behind an EdgeRouter, which handles the static ip --- hosts/Infini-OPTIPLEX/default.nix | 12 ------------ 1 file changed, 12 deletions(-) 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 ];