added syncthing - need to secret certs per host

This commit is contained in:
2023-03-08 03:49:32 +00:00

View File

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