This commit is contained in:
mjallen18
2026-03-18 21:05:20 -05:00
parent 5d1d3dc850
commit d53093a6c1
5 changed files with 55 additions and 87 deletions

View File

@@ -5,8 +5,9 @@ with lib;
enable = mkEnableOption "enable sops";
defaultSopsFile = mkOption {
type = types.str;
type = types.nullOr types.path;
default = null;
description = "Path to the default sops secrets file.";
};
};
}