diff --git a/lib/hm_secrets.nix b/lib/hm_secrets.nix index 22f8f90..6449f18 100644 --- a/lib/hm_secrets.nix +++ b/lib/hm_secrets.nix @@ -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}";