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