mirror of
https://github.com/sstent/vmimages.git
synced 2026-02-06 20:41:41 +00:00
added syncthing - need to secret certs per host
This commit is contained in:
@@ -19,7 +19,8 @@ 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"
|
# if type == "regular" && hasSuffix ".age" name
|
||||||
|
if type == "regular"
|
||||||
then
|
then
|
||||||
nameValuePair name {
|
nameValuePair name {
|
||||||
sopsFile = dir + "/${name}";
|
sopsFile = dir + "/${name}";
|
||||||
|
|||||||
Reference in New Issue
Block a user