clanService/router: init #1

Merged
kurogeek merged 8 commits from clanService-router-ai into main 2026-09-23 12:58:54 +07:00
Showing only changes of commit 4146f2c878 - Show all commits
+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;