Avoid clashes of security.acme.defaults options

This commit is contained in:
Nicolas Jeannerod 2024-10-30 18:37:06 +00:00
parent 0b5e3ca40e
commit e299978508

View file

@ -20,7 +20,7 @@
streamingProcesses = lib.max 1 (config.virtualisation.cores - 1); streamingProcesses = lib.max 1 (config.virtualisation.cores - 1);
}; };
security.acme = { security.acme = lib.mkVMOverride {
defaults = { defaults = {
# invalid server; the systemd service will fail, and we won't get # invalid server; the systemd service will fail, and we won't get
# properly signed certificates. but let's not spam the letsencrypt # properly signed certificates. but let's not spam the letsencrypt