summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-12-26 14:41:19 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2021-12-26 14:41:19 +0100
commit91c9dde7abdd79df35f2a2009fe0987bf0f1e63a (patch)
treeec388f61beedc92880a2e6a6aaa0d4ac76677923 /hosts
parent8b2b867f789a3bcb45d6fc1fc2423094ec30d394 (diff)
downloadnixos-91c9dde7abdd79df35f2a2009fe0987bf0f1e63a.tar
nixos-91c9dde7abdd79df35f2a2009fe0987bf0f1e63a.tar.gz
nixos-91c9dde7abdd79df35f2a2009fe0987bf0f1e63a.tar.bz2
nixos-91c9dde7abdd79df35f2a2009fe0987bf0f1e63a.tar.xz
nixos-91c9dde7abdd79df35f2a2009fe0987bf0f1e63a.zip
vidhar: static ip for switch01
Diffstat (limited to 'hosts')
-rw-r--r--hosts/vidhar/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix
index 9ca299b3..c8bdd081 100644
--- a/hosts/vidhar/default.nix
+++ b/hosts/vidhar/default.nix
@@ -107,6 +107,11 @@
107 hostName = "gauss-ap01"; 107 hostName = "gauss-ap01";
108 ipAddress = "10.141.0.64"; 108 ipAddress = "10.141.0.64";
109 } 109 }
110 {
111 ethernetAddress = "60:a4:b7:53:94:b5";
112 hostName = "switch01";
113 ipAddress = "10.141.0.65";
114 }
110 ]; 115 ];
111 }; 116 };
112 services.corerad = { 117 services.corerad = {