diff --git a/options/machine.nix b/options/machine.nix index 4cce148..48319f0 100644 --- a/options/machine.nix +++ b/options/machine.nix @@ -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 ).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 = ''