From 0e4e629e1a622460980718dcf646709a97984475 Mon Sep 17 00:00:00 2001 From: sstent Date: Sat, 4 Mar 2023 22:54:17 +0000 Subject: [PATCH] fix --- lib/hm_secrets.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}";