summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosts/vidhar/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix
index 0bad0f8c..c0e785ec 100644
--- a/hosts/vidhar/default.nix
+++ b/hosts/vidhar/default.nix
@@ -140,6 +140,13 @@
140 option domain-name "asgard.yggdrasil"; 140 option domain-name "asgard.yggdrasil";
141 } 141 }
142 ''; 142 '';
143 machines = [
144 {
145 ethernetAddress = "50:d4:f7:f3:0f:7e";
146 hostName = "gauss-ap01";
147 ipAddress = "10.141.0.64";
148 }
149 ];
143 }; 150 };
144 services.corerad = { 151 services.corerad = {
145 enable = true; 152 enable = true;