summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/vidhar/network/dhcp/default.nix26
1 files changed, 13 insertions, 13 deletions
diff --git a/hosts/vidhar/network/dhcp/default.nix b/hosts/vidhar/network/dhcp/default.nix
index fdc08b34..067dc6d6 100644
--- a/hosts/vidhar/network/dhcp/default.nix
+++ b/hosts/vidhar/network/dhcp/default.nix
@@ -149,20 +149,20 @@
149 ]; 149 ];
150 }; 150 };
151 }; 151 };
152 dhcp6 = { 152 # dhcp6 = {
153 enable = true; 153 # enable = true;
154 settings = { 154 # settings = {
155 interfaces-config = { 155 # interfaces-config = {
156 interfaces = [ "lan" ]; 156 # interfaces = [ "lan" ];
157 }; 157 # };
158 158
159 lease-database = { 159 # lease-database = {
160 name = "/var/lib/kea/dhcp6.leases"; 160 # name = "/var/lib/kea/dhcp6.leases";
161 persist = true; 161 # persist = true;
162 type = "memfile"; 162 # type = "memfile";
163 }; 163 # };
164 }; 164 # };
165 }; 165 # };
166 dhcp-ddns = { 166 dhcp-ddns = {
167 enable = true; 167 enable = true;
168 settings = { 168 settings = {