global/persist: persist acme automatically

This commit is contained in:
Infinidoge 2024-08-24 03:59:53 -04:00
parent d738bd0370
commit dce490d55c
Signed by: Infinidoge
SSH key fingerprint: SHA256:EMoPe5e2dO0gEvtBb2xkZTz5dkyL0rBmuiGTKG5s96E
2 changed files with 1 additions and 3 deletions

View file

@ -38,9 +38,6 @@
persist = {
directories = [
"/srv"
# TODO: Setup in module
"/var/lib/acme"
];
files = [
];

View file

@ -17,6 +17,7 @@ in
"/root/.ssh"
(optional config.services.fprintd.enable "/var/lib/fprint")
(optional (config.security.acme.certs != { }) "/var/lib/acme")
];
files = [
"/etc/machine-id"