router/dhcp: drop Restart= already set by the nixpkgs kea unit

This commit is contained in:
2026-09-18 10:08:03 +00:00
parent 9ea058bfb8
commit 4146f2c878
+3 -4
View File
@@ -56,10 +56,9 @@ in
}; };
}; };
systemd.services.kea-dhcp4-server.serviceConfig = { # The nixpkgs unit already has Restart=on-failure; space the restarts out so
Restart = "on-failure"; # a persistent bind failure does not trip the start-rate limit.
RestartSec = 5; systemd.services.kea-dhcp4-server.serviceConfig.RestartSec = 5;
};
services.blocky = { services.blocky = {
enable = true; enable = true;