1
0
Fork 0

Remove secretPath from machine config.

This commit is contained in:
Kevin Baensch 2023-04-16 13:45:05 +02:00
parent 88e8f889a0
commit 31d2b19196
Signed by: derped
GPG Key ID: C0F1D326C7626543
1 changed files with 0 additions and 8 deletions

View File

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