From 8650c3f6ee9452936740d18b95de4c67b08dfae0 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Sun, 18 Feb 2024 22:42:17 +0100 Subject: [PATCH] fix ip typo in dhcpd --- hosts/fw.cloonar.com/modules/dhcp4.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/fw.cloonar.com/modules/dhcp4.nix b/hosts/fw.cloonar.com/modules/dhcp4.nix index ac6edea..ea10aa6 100644 --- a/hosts/fw.cloonar.com/modules/dhcp4.nix +++ b/hosts/fw.cloonar.com/modules/dhcp4.nix @@ -170,7 +170,7 @@ reservations = [ { hw-address = "c4:a7:2b:c7:ea:30"; - ip-address = "10.42.97.10"; + ip-address = "10.42.99.10"; server-hostname = "metz.cloonar.com"; } ];