Make secret path configurable (mainly for container support).
'/secret/hostName' is still required.
This commit is contained in:
parent
7d70e000ce
commit
fd14a260c0
8 changed files with 18 additions and 11 deletions
|
@ -34,6 +34,13 @@ with lib;
|
|||
The Machines HostName
|
||||
'';
|
||||
};
|
||||
secretPath = mkOption {
|
||||
type = types.string;
|
||||
default = "/secret";
|
||||
description = ''
|
||||
Path to you systems secret folder containing files with sensitive information.
|
||||
'';
|
||||
};
|
||||
administrators = mkOption {
|
||||
type = types.listOf types.attrs;
|
||||
description = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue