diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-10-18 19:43:39 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-10-18 19:43:39 +0200 |
commit | 8415083eb6acc343dfa404dbbc12fa0171a48a20 (patch) | |
tree | d83f54c99763ae49076bf3071449595b6ccae133 /modules/private/tasks | |
parent | 8fa7ff2c63fb0722144bc90837512d9f8b8c929d (diff) | |
download | Nix-8415083eb6acc343dfa404dbbc12fa0171a48a20.tar.gz Nix-8415083eb6acc343dfa404dbbc12fa0171a48a20.tar.zst Nix-8415083eb6acc343dfa404dbbc12fa0171a48a20.zip |
Add new machine to nixops
Diffstat (limited to 'modules/private/tasks')
-rw-r--r-- | modules/private/tasks/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/private/tasks/default.nix b/modules/private/tasks/default.nix index b2191c0..88d3b7a 100644 --- a/modules/private/tasks/default.nix +++ b/modules/private/tasks/default.nix | |||
@@ -192,7 +192,7 @@ in { | |||
192 | 192 | ||
193 | myServices.websites.webappDirs._task = ./www; | 193 | myServices.websites.webappDirs._task = ./www; |
194 | 194 | ||
195 | security.acme.certs."task" = config.services.myCertificates.certConfig // { | 195 | security.acme.certs."task" = config.myServices.certificates.certConfig // { |
196 | inherit user group; | 196 | inherit user group; |
197 | plugins = [ "fullchain.pem" "key.pem" "cert.pem" "account_key.json" ]; | 197 | plugins = [ "fullchain.pem" "key.pem" "cert.pem" "account_key.json" ]; |
198 | domain = fqdn; | 198 | domain = fqdn; |