priv19: remove extra dhcp.max-time config

This commit is contained in:
Astro 2023-11-13 23:30:57 +01:00
parent a9bebbe3a0
commit 125beb091d
1 changed files with 0 additions and 1 deletions

View File

@ -202,7 +202,6 @@ lib.mkMerge (
dhcp = {
start = "172.20.73.194";
end = "172.20.73.254";
max-time = lib.mkForce 30 * 24 * 3600;
};
};
priv20 = {