Auto-commit: 2026-01-07 14:17:37

This commit is contained in:
2026-01-07 14:17:37 +00:00
parent 577436b45c
commit f44d248da3

View File

@@ -69,5 +69,15 @@ in
}; };
wantedBy = [ "timers.target" ]; wantedBy = [ "timers.target" ];
}; };
${certbot-generic-cert-service} = {
enable = true;
description = "Weekly renewal of Let's Encrypt certificates";
timerConfig = {
OnCalendar = "weekly";
Persistent = true;
};
wantedBy = [ "timers.target" ];
};
}; };
} }