lol

acme service: update plugins enum

+2 -2
+2 -2
nixos/modules/security/acme.nix
··· 56 56 57 57 plugins = mkOption { 58 58 type = types.listOf (types.enum [ 59 - "cert.der" "cert.pem" "chain.der" "chain.pem" "external_pem.sh" 60 - "fullchain.der" "fullchain.pem" "key.der" "key.pem" "account_key.json" 59 + "cert.der" "cert.pem" "chain.pem" "external_pem.sh" 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 = ''