diff options
Diffstat (limited to 'modules/private/tasks')
-rw-r--r-- | modules/private/tasks/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/private/tasks/default.nix b/modules/private/tasks/default.nix index 42cc8d2..43d40d6 100644 --- a/modules/private/tasks/default.nix +++ b/modules/private/tasks/default.nix | |||
@@ -197,7 +197,6 @@ in { | |||
197 | 197 | ||
198 | security.acme.certs."task" = config.myServices.certificates.certConfig // { | 198 | security.acme.certs."task" = config.myServices.certificates.certConfig // { |
199 | inherit user group; | 199 | inherit user group; |
200 | plugins = [ "fullchain.pem" "key.pem" "cert.pem" "account_key.json" "account_reg.json" ]; | ||
201 | domain = fqdn; | 200 | domain = fqdn; |
202 | postRun = '' | 201 | postRun = '' |
203 | systemctl restart taskserver.service | 202 | systemctl restart taskserver.service |