fix: remove leftover test option

This commit is contained in:
vdbewout 2023-11-15 16:14:02 +01:00
parent 99522a30d6
commit 707e856974
No known key found for this signature in database
GPG key ID: F4756403592D3E9F

View file

@ -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;