Remove secretPath from machine config.
This commit is contained in:
parent
88e8f889a0
commit
31d2b19196
1 changed files with 0 additions and 8 deletions
|
@ -73,14 +73,6 @@ in {
|
|||
Adds binary caches to both nix.trustedBinaryCaches and nix.binaryCaches. ("https://cache.nixos.org" is kept by default)
|
||||
'';
|
||||
};
|
||||
secretPath = mkOption {
|
||||
type = types.str;
|
||||
default = let sPathVal = (tryEval <secretPath>).value;
|
||||
in fn.ifelse (sPathVal != false) sPathVal "/secret";
|
||||
description = ''
|
||||
Path to you systems secret folder containing files with sensitive information.
|
||||
'';
|
||||
};
|
||||
administrators = mkOption {
|
||||
type = types.listOf types.attrs;
|
||||
description = ''
|
||||
|
|
Loading…
Reference in a new issue