openvpn: add warning about world-readable credentials
This commit is contained in:
parent
e45a06ebd1
commit
22e83d2667
@ -171,6 +171,8 @@ in
|
|||||||
description = ''
|
description = ''
|
||||||
This option can be used to store the username / password credentials
|
This option can be used to store the username / password credentials
|
||||||
with the "auth-user-pass" authentication method.
|
with the "auth-user-pass" authentication method.
|
||||||
|
|
||||||
|
WARNING: Using this option will put the credentials WORLD-READABLE in the Nix store!
|
||||||
'';
|
'';
|
||||||
type = types.nullOr (types.submodule {
|
type = types.nullOr (types.submodule {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user