about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-02-09 23:37:02 +0300
committerNikolay Amiantov <ab@fmap.me>2016-02-10 02:06:01 +0300
commitc420a6f1ef34437cfbc9ee5465fb444d1d031b29 (patch)
tree5c60a7578b6e4fc4961a46a225f8b71019879a62 /nixos/modules
parent2202bb9cf541543917e6fa6201994fc6d3aee413 (diff)
downloadnixlib-c420a6f1ef34437cfbc9ee5465fb444d1d031b29.tar
nixlib-c420a6f1ef34437cfbc9ee5465fb444d1d031b29.tar.gz
nixlib-c420a6f1ef34437cfbc9ee5465fb444d1d031b29.tar.bz2
nixlib-c420a6f1ef34437cfbc9ee5465fb444d1d031b29.tar.lz
nixlib-c420a6f1ef34437cfbc9ee5465fb444d1d031b29.tar.xz
nixlib-c420a6f1ef34437cfbc9ee5465fb444d1d031b29.tar.zst
nixlib-c420a6f1ef34437cfbc9ee5465fb444d1d031b29.zip
acme service: update plugins enum
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/security/acme.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/security/acme.nix b/nixos/modules/security/acme.nix
index 15e5b49878f6..3d25e811e670 100644
--- a/nixos/modules/security/acme.nix
+++ b/nixos/modules/security/acme.nix
@@ -56,8 +56,8 @@ let
 
       plugins = mkOption {
         type = types.listOf (types.enum [
-          "cert.der" "cert.pem" "chain.der" "chain.pem" "external_pem.sh"
-          "fullchain.der" "fullchain.pem" "key.der" "key.pem" "account_key.json"
+          "cert.der" "cert.pem" "chain.pem" "external_pem.sh"
+          "fullchain.pem" "full.pem" "key.der" "key.pem" "account_key.json"
         ]);
         default = [ "fullchain.pem" "key.pem" "account_key.json" ];
         description = ''