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 = {
Restart = "on-failure";
RestartSec = 5;
};
# The nixpkgs unit already has Restart=on-failure; space the restarts out so
# a persistent bind failure does not trip the start-rate limit.
systemd.services.kea-dhcp4-server.serviceConfig.RestartSec = 5;
services.blocky = {
enable = true;