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
commit 2d1fa68c83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = ''