summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-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 = {