This commit is contained in:
2025-08-03 16:04:58 -05:00
parent c6284b7ed7
commit 538a5fbced

View File

@@ -18,8 +18,13 @@
};
*/
containers = {
pihole = {
systemd.services."container@pihole.service" = {
serviceConfig = {
TimeoutStartSec = 120;
};
};
containers.pihole = {
autoStart = true;
privateNetwork = true;
@@ -84,6 +89,5 @@
};
};
};
}