vars: remove secretsUploadDirectory from common module

This commit is contained in:
lassulus
2024-11-27 13:32:00 +01:00
parent 354a71f574
commit c00ac4a246
7 changed files with 28 additions and 22 deletions

View File

@@ -22,14 +22,6 @@
'';
};
secretUploadDirectory = lib.mkOption {
type = lib.types.path;
description = ''
The directory where secrets are uploaded into, This is backend specific.
This is usally set by the secret store backend.
'';
};
# TODO: see if this is the right approach. Maybe revert to secretPathFunction
fileModule = lib.mkOption {
type = lib.types.deferredModule;