From 26fda021555111837bb9295079d5a1a2e3e60e67 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 5 Jan 2022 15:52:27 +0100 Subject: vidhar: dhcp: ap01 --- hosts/vidhar/network/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/vidhar/network/default.nix b/hosts/vidhar/network/default.nix index a32dd2f8..62539239 100644 --- a/hosts/vidhar/network/default.nix +++ b/hosts/vidhar/network/default.nix @@ -71,6 +71,11 @@ hostName = "switch01"; ipAddress = "10.141.1.2"; } + { + ethernetAddress = "74:ac:b9:29:ad:9a"; + hostName = "ap01"; + ipAddress = "10.141.1.4"; + } ]; }; systemd.network.networks = { -- cgit v1.2.3