mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-03-13 20:29:17 +00:00
Merge pull request #152 from Mic92/feat/expose-manifests
module: Expose manifests
This commit is contained in:
commit
3849e43a31
1 changed files with 5 additions and 0 deletions
|
@ -311,5 +311,10 @@ in {
|
|||
fi
|
||||
'');
|
||||
};
|
||||
|
||||
system.build =
|
||||
(optionalAttrs (secretsForUsers != {}) { sops-nix-users-manifest = manifestForUsers; }) //
|
||||
(optionalAttrs (regularSecrets != {}) { sops-nix-manifest = manifest; });
|
||||
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue