From a62cfafcb493ea3c8f5ab89967e475cc82b90761 Mon Sep 17 00:00:00 2001 From: catvayor Date: Fri, 25 Apr 2025 10:10:26 +0200 Subject: [PATCH] feat(web03): change IP for a non-DHCP one --- meta/network.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta/network.nix b/meta/network.nix index fa183e6..e256135 100644 --- a/meta/network.nix +++ b/meta/network.nix @@ -351,6 +351,10 @@ interfaces = { enp1s0 = { ipv4 = [ + { + address = "129.199.129.86"; + prefixLength = 24; + } { address = "129.199.129.223"; prefixLength = 24;