added syncthing - need to secret certs per host

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

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"
# if type == "regular" && hasSuffix ".age" name
if type == "regular"
then
nameValuePair name {
sopsFile = dir + "/${name}";