summaryrefslogtreecommitdiff
path: root/hosts/vidhar
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/vidhar')
-rw-r--r--hosts/vidhar/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix
index 25040f7d..7657c4a8 100644
--- a/hosts/vidhar/default.nix
+++ b/hosts/vidhar/default.nix
@@ -163,13 +163,13 @@
163 configFile = pkgs.writeText "dhcpd6.conf" '' 163 configFile = pkgs.writeText "dhcpd6.conf" ''
164 interface dsl { 164 interface dsl {
165 send ia-pd 0; 165 send ia-pd 0;
166 } 166 };
167 167
168 id-assoc pd 0 { 168 id-assoc pd 0 {
169 prefix-interface eno1 { 169 prefix-interface eno1 {
170 sla-id 0; 170 sla-id 0;
171 } 171 };
172 } 172 };
173 ''; 173 '';
174 }; 174 };
175 175