aboutsummaryrefslogtreecommitdiffstats
path: root/sys/options
diff options
context:
space:
mode:
Diffstat (limited to 'sys/options')
-rw-r--r--sys/options/default.nix26
-rw-r--r--sys/options/secret.nixbin25 -> 0 bytes
2 files changed, 0 insertions, 26 deletions
diff --git a/sys/options/default.nix b/sys/options/default.nix
deleted file mode 100644
index 72ebc4fb..00000000
--- a/sys/options/default.nix
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- lib,
- config,
- ...
-}: let
- cfg = config.soispha;
-in {
- options.soispha = {
- laptop = {
- enable = lib.mkEnableOption "Laptop improvemens";
- backlight = lib.mkOption {
- type = lib.types.str;
- example = lib.mdDoc "intel_backlight";
- 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";
- };
- };
- };
-}
diff --git a/sys/options/secret.nix b/sys/options/secret.nix
deleted file mode 100644
index 06b1bc21..00000000
--- a/sys/options/secret.nix
+++ /dev/null
Binary files differ