From f44d248da363d8d7f933e9df43545ae4522359e5 Mon Sep 17 00:00:00 2001 From: Lilly Date: Wed, 7 Jan 2026 14:17:37 +0000 Subject: [PATCH] Auto-commit: 2026-01-07 14:17:37 --- hosts/lillyserver/systemd.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/hosts/lillyserver/systemd.nix b/hosts/lillyserver/systemd.nix index 15c9f3f..47139cf 100644 --- a/hosts/lillyserver/systemd.nix +++ b/hosts/lillyserver/systemd.nix @@ -69,5 +69,15 @@ in }; 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" ]; + }; }; }