diff --git a/config/hosts/eh22-wiki/networking.nix b/config/hosts/eh22-wiki/networking.nix index 44d478a..bddeabf 100644 --- a/config/hosts/eh22-wiki/networking.nix +++ b/config/hosts/eh22-wiki/networking.nix @@ -7,7 +7,7 @@ networking.interfaces.net0 = { ipv4.addresses = [ { - address = "172.31.17.156"; + address = "172.31.17.159"; prefixLength = 25; } ];