summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2019-04-17 20:15:38 +0200
committerlassulus <lassulus@lassul.us>2019-04-17 20:15:38 +0200
commit47c4919a066b9ac06b822d9f4111b4e06f9ad17b (patch)
tree3c05a5cd99f40612284b6631652d2b8990c450b2
parentf35ccc7529427e543044998549104191b5bdbb06 (diff)
l syncthing: share sync with shodan
-rw-r--r--lass/2configs/syncthing.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lass/2configs/syncthing.nix b/lass/2configs/syncthing.nix
index d8b3c9f9..fc10b2cb 100644
--- a/lass/2configs/syncthing.nix
+++ b/lass/2configs/syncthing.nix
@@ -16,7 +16,7 @@ with import <stockholm/lib>;
key = toString <secrets/syncthing.key>;
peers = mapAttrs (n: v: { id = v.syncthing.id; }) (filterAttrs (n: v: v.syncthing.id != null) config.krebs.hosts);
folders = [
- { path = "/home/lass/sync"; peers = [ "icarus" "mors" "skynet" "blue" "green" "littleT" "prism"]; }
+ { path = "/home/lass/sync"; peers = [ "icarus" "mors" "skynet" "blue" "green" "littleT" "prism" "shodan" ]; }
];
};