summaryrefslogtreecommitdiff
path: root/hosts/vidhar/network
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-01-05 15:52:27 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2022-01-05 15:52:27 +0100
commit26fda021555111837bb9295079d5a1a2e3e60e67 (patch)
treeca723ac47098ce8133cc61f5d72aa9090dcd5923 /hosts/vidhar/network
parentb7b7389e0140157bcaec3c3898289f5552479e8e (diff)
downloadnixos-26fda021555111837bb9295079d5a1a2e3e60e67.tar
nixos-26fda021555111837bb9295079d5a1a2e3e60e67.tar.gz
nixos-26fda021555111837bb9295079d5a1a2e3e60e67.tar.bz2
nixos-26fda021555111837bb9295079d5a1a2e3e60e67.tar.xz
nixos-26fda021555111837bb9295079d5a1a2e3e60e67.zip
vidhar: dhcp: ap01
Diffstat (limited to 'hosts/vidhar/network')
-rw-r--r--hosts/vidhar/network/default.nix5
1 files changed, 5 insertions, 0 deletions
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 @@
71 hostName = "switch01"; 71 hostName = "switch01";
72 ipAddress = "10.141.1.2"; 72 ipAddress = "10.141.1.2";
73 } 73 }
74 {
75 ethernetAddress = "74:ac:b9:29:ad:9a";
76 hostName = "ap01";
77 ipAddress = "10.141.1.4";
78 }
74 ]; 79 ];
75 }; 80 };
76 systemd.network.networks = { 81 systemd.network.networks = {