Skip to content

Commit 707e856

Browse files
committed
fix: remove leftover test option
1 parent 99522a3 commit 707e856

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

modules/sops/default.nix

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,6 @@ let
2020
sopsFiles = mkIf (config.sopsFile != null) (mkOverride options.sopsFile.highestPrio (mkBefore [config.sopsFile]));
2121
}];
2222
options = {
23-
test = mkOption {
24-
type = types.anything;
25-
default = config._module.args.name;
26-
description = ''
27-
Name of the file used in /run/secrets
28-
'';
29-
};
3023
name = mkOption {
3124
type = types.str;
3225
default = config._module.args.name;

0 commit comments

Comments
 (0)