Skip to content

Commit

Permalink
fix: remove leftover test option
Browse files Browse the repository at this point in the history
  • Loading branch information
vdbe committed Nov 15, 2023
1 parent 99522a3 commit 707e856
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions modules/sops/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@ let
sopsFiles = mkIf (config.sopsFile != null) (mkOverride options.sopsFile.highestPrio (mkBefore [config.sopsFile]));
}];
options = {
test = mkOption {
type = types.anything;
default = config._module.args.name;
description = ''
Name of the file used in /run/secrets
'';
};
name = mkOption {
type = types.str;
default = config._module.args.name;
Expand Down

0 comments on commit 707e856

Please sign in to comment.