Merge pull request #59044 from teto/strongswan_path
strongswan module: use strings for secrets.
This commit is contained in:
commit
2d1fa68c83
@ -54,7 +54,7 @@ in
|
|||||||
enable = mkEnableOption "strongSwan";
|
enable = mkEnableOption "strongSwan";
|
||||||
|
|
||||||
secrets = mkOption {
|
secrets = mkOption {
|
||||||
type = types.listOf types.path;
|
type = types.listOf types.str;
|
||||||
default = [];
|
default = [];
|
||||||
example = [ "/run/keys/ipsec-foo.secret" ];
|
example = [ "/run/keys/ipsec-foo.secret" ];
|
||||||
description = ''
|
description = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user