mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-12-26 14:14:58 +08:00
fix: remove leftover test option
This commit is contained in:
parent
99522a30d6
commit
707e856974
1 changed files with 0 additions and 7 deletions
|
|
@ -20,13 +20,6 @@ let
|
||||||
sopsFiles = mkIf (config.sopsFile != null) (mkOverride options.sopsFile.highestPrio (mkBefore [config.sopsFile]));
|
sopsFiles = mkIf (config.sopsFile != null) (mkOverride options.sopsFile.highestPrio (mkBefore [config.sopsFile]));
|
||||||
}];
|
}];
|
||||||
options = {
|
options = {
|
||||||
test = mkOption {
|
|
||||||
type = types.anything;
|
|
||||||
default = config._module.args.name;
|
|
||||||
description = ''
|
|
||||||
Name of the file used in /run/secrets
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
name = mkOption {
|
name = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = config._module.args.name;
|
default = config._module.args.name;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue