This commit is contained in:
2023-03-04 22:54:17 +00:00
parent c982805de4
commit 0e4e629e1a

View File

@@ -19,7 +19,8 @@ in rec {
# 'sops' Encrypted Secrets
hm_secrets = dir: out_dir:
filter (name: type: type != null && !(hasPrefix "_" name)) (name: type:
if type == "regular" && hasSuffix ".age" name
# if type == "regular" && hasSuffix ".age" name
if type == "regular"
then
nameValuePair name {
sopsFile = dir + "/${name}";