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

View File

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