acme service: update plugins enum

Changed files
+2 -2
nixos
modules
security
+2 -2
nixos/modules/security/acme.nix
···
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"
]);
default = [ "fullchain.pem" "key.pem" "account_key.json" ];
description = ''
···
plugins = mkOption {
type = types.listOf (types.enum [
+
"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 = ''