vars/sops: fix loading of vars from directory structure

This commit is contained in:
DavHau
2024-07-25 14:08:11 +07:00
parent c658ef4566
commit 395c5cbace
11 changed files with 158 additions and 92 deletions

View File

@@ -30,6 +30,7 @@
'';
};
# TODO: see if this is the right approach. Maybe revert to secretPathFunction
fileModule = lib.mkOption {
type = lib.types.deferredModule;
internal = true;