Avoid clashes of security.acme.defaults
options
This commit is contained in:
parent
0b5e3ca40e
commit
e299978508
|
@ -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
|
||||||
|
|
Reference in a new issue