diff options
| author | lassulus <git@lassul.us> | 2023-07-23 23:10:54 +0200 |
|---|---|---|
| committer | lassulus <git@lassul.us> | 2023-07-23 23:10:54 +0200 |
| commit | b8f7bebf77f817ba0bac870be7b44a6a8aeb4f89 (patch) | |
| tree | adb8facd7ad6dc4c2d5f139adf910efa1269fedc /lass/2configs/sync/sync.nix | |
| parent | 9c35e8da105f19690d832453c40984865c0ff110 (diff) | |
l sync: sort & add massulus
Diffstat (limited to 'lass/2configs/sync/sync.nix')
| -rw-r--r-- | lass/2configs/sync/sync.nix | 9 |
1 files changed, 8 insertions, 1 deletions
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" = {}; |
