From 09e6262e83e63932a4550f33f85181a8271377ce Mon Sep 17 00:00:00 2001 From: niten Date: Sun, 10 Dec 2023 15:39:23 -0800 Subject: [PATCH] Remove comment --- lib/fudo/local-network.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/fudo/local-network.nix b/lib/fudo/local-network.nix index d9442ed..333a98f 100644 --- a/lib/fudo/local-network.nix +++ b/lib/fudo/local-network.nix @@ -130,11 +130,6 @@ in { enable = true; settings = { interfaces-config.interfaces = cfg.dhcp-interfaces; - # lease-database = { - # name = "${cfg.state-directory}/dhcp4.leases"; - # type = "memfile"; - # persist = true; - # }; valid-lifetime = 4000; rebind-timer = 2000; renew-timer = 1000;