From 52c8030484252ff822ba81cb190db72f8a60a2d9 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 3 Mar 2022 18:24:25 +0100 Subject: vidhar: ... --- hosts/vidhar/network/default.nix | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'hosts') diff --git a/hosts/vidhar/network/default.nix b/hosts/vidhar/network/default.nix index 9172738c..2444f537 100644 --- a/hosts/vidhar/network/default.nix +++ b/hosts/vidhar/network/default.nix @@ -105,6 +105,10 @@ hw-address = "60:a4:b7:53:94:b5"; ip-address = "10.141.1.2"; } + { hostname = "ap01"; + hw-address = "74:ac:b9:29:ad:9a"; + ip-address = "10.141.1.4"; + } ]; } { subnet = "10.141.2.0/24"; @@ -120,12 +124,7 @@ } ]; pools = [ { pool = "10.141.2.128 - 10.141.2.254"; } ]; - reservations = [ - { hostname = "ap01"; - hw-address = "74:ac:b9:29:ad:9a"; - ip-address = "10.141.1.4"; - } - ]; + reservations = []; } ]; }; -- cgit v1.2.3