Auto-commit: 2026-01-07 14:17:37
This commit is contained in:
@@ -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" ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user