Merge pull request #59044 from teto/strongswan_path

strongswan module: use strings for secrets.
This commit is contained in:
Silvan Mosberger
2019-04-11 22:51:24 +02:00
committed by GitHub

View File

@@ -54,7 +54,7 @@ in
enable = mkEnableOption "strongSwan";
secrets = mkOption {
type = types.listOf types.path;
type = types.listOf types.str;
default = [];
example = [ "/run/keys/ipsec-foo.secret" ];
description = ''