From 58ec317b0295cc68fb78de2b6cfd2d736d64edc4 Mon Sep 17 00:00:00 2001 From: June Date: Sun, 26 May 2024 18:00:20 +0200 Subject: [PATCH] Use IP address for eh22-wiki, which isn't already in use --- config/hosts/eh22-wiki/networking.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } ];