From 3f5e7b952916a9198afa6bcb85f9ad15187b0a80 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 29 Jul 2023 21:58:49 +0200 Subject: Feat(treewide): Add enable options for secrets and impermanence --- system/options/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'system/options') diff --git a/system/options/default.nix b/system/options/default.nix index 13861199..72ebc4fb 100644 --- a/system/options/default.nix +++ b/system/options/default.nix @@ -14,5 +14,13 @@ in { description = lib.mdDoc "Which backlight to query for the screen brightness"; }; }; + secrets = { + #enable = lib.mkEnableOption "Secrets through agenix"; + enable = lib.mkOption { + type = lib.types.bool; + default = true; + description = lib.mdDoc "Enable secrets through agenix"; + }; + }; }; } -- cgit 1.4.1