From 31d2b19196e4c8e2ddeab2ea15e2c1bf6464bc84 Mon Sep 17 00:00:00 2001 From: derped Date: Sun, 16 Apr 2023 13:45:05 +0200 Subject: [PATCH] Remove secretPath from machine config. --- options/machine.nix | 8 -------- 1 file changed, 8 deletions(-) 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 = ''