mirror of
https://github.com/sstent/vmimages.git
synced 2025-12-06 06:01:51 +00:00
added syncthing - need to secret certs per host
This commit is contained in:
@@ -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}";
|
||||
|
||||
Reference in New Issue
Block a user