Auto restart services on OOM

This commit is contained in:
Henry Hiles 2025-08-23 11:00:06 -04:00
commit 80b9e756d5
No known key found for this signature in database
8 changed files with 30 additions and 7 deletions

View file

@ -5,6 +5,7 @@
...
}: {
config = {
systemd.services.caddy.serviceConfig.Restart = lib.mkForce "always";
networking.firewall.allowedTCPPorts = [443];
services.caddy = {
enable = true;