diff options
author | lassulus <lassulus@lassul.us> | 2019-04-17 20:15:38 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2019-04-17 20:15:38 +0200 |
commit | 47c4919a066b9ac06b822d9f4111b4e06f9ad17b (patch) | |
tree | 3c05a5cd99f40612284b6631652d2b8990c450b2 /lass/2configs/syncthing.nix | |
parent | f35ccc7529427e543044998549104191b5bdbb06 (diff) |
l syncthing: share sync with shodan
Diffstat (limited to 'lass/2configs/syncthing.nix')
-rw-r--r-- | lass/2configs/syncthing.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lass/2configs/syncthing.nix b/lass/2configs/syncthing.nix index d8b3c9f90..fc10b2cb4 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" ]; } ]; }; |