diff options
| author | tv <tv@krebsco.de> | 2023-07-25 20:39:35 +0200 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2023-07-25 20:39:35 +0200 |
| commit | 5d1b0675cf179f863a5b34b67661a953197b6057 (patch) | |
| tree | dd9c83dff894fd97cee61dd1b2df3eaeecbbd740 /lass/2configs/sync | |
| parent | a2c9ad05b2e8237b915a100e1e38ca0f3d18526c (diff) | |
| parent | 8eab63eaa81717391269a61355cb7fb64341fd1a (diff) | |
Merge remote-tracking branch 'orange/master'
Diffstat (limited to 'lass/2configs/sync')
| -rw-r--r-- | lass/2configs/sync/decsync.nix | 2 | ||||
| -rw-r--r-- | lass/2configs/sync/sync.nix | 9 |
2 files changed, 9 insertions, 2 deletions
diff --git a/lass/2configs/sync/decsync.nix b/lass/2configs/sync/decsync.nix index 5fded10a2..98479c7f5 100644 --- a/lass/2configs/sync/decsync.nix +++ b/lass/2configs/sync/decsync.nix @@ -1,7 +1,7 @@ { services.syncthing.folders.decsync = { path = "/home/lass/decsync"; - devices = [ "mors" "blue" "green" "phone" ]; + devices = [ "mors" "blue" "green" "phone" "massulus" ]; }; krebs.acl."/home/lass/decsync"."u:syncthing:X".parents = true; diff --git a/lass/2configs/sync/sync.nix b/lass/2configs/sync/sync.nix index 2714fa83e..09f94378b 100644 --- a/lass/2configs/sync/sync.nix +++ b/lass/2configs/sync/sync.nix @@ -1,6 +1,13 @@ { services.syncthing.folders."/home/lass/sync" = { - devices = [ "mors" "icarus" "xerxes" "shodan" "green" "blue" "coaxmetal" ]; + devices = [ + "mors" + "xerxes" + "green" + "blue" + "coaxmetal" + "aergia" + ]; }; krebs.acl."/home/lass/sync"."u:syncthing:X".parents = true; krebs.acl."/home/lass/sync"."u:syncthing:rwX" = {}; |
