tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
acme service: update plugins enum
Nikolay Amiantov
10 years ago
c420a6f1
2202bb9c
+2
-2
1 changed file
expand all
collapse all
unified
split
nixos
modules
security
acme.nix
+2
-2
nixos/modules/security/acme.nix
···
56
56
57
57
plugins = mkOption {
58
58
type = types.listOf (types.enum [
59
59
-
"cert.der" "cert.pem" "chain.der" "chain.pem" "external_pem.sh"
60
60
-
"fullchain.der" "fullchain.pem" "key.der" "key.pem" "account_key.json"
59
59
+
"cert.der" "cert.pem" "chain.pem" "external_pem.sh"
60
60
+
"fullchain.pem" "full.pem" "key.der" "key.pem" "account_key.json"
61
61
]);
62
62
default = [ "fullchain.pem" "key.pem" "account_key.json" ];
63
63
description = ''