summaryrefslogtreecommitdiffstats
path: root/lass/2configs/sync/sync.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lass/2configs/sync/sync.nix')
-rw-r--r--lass/2configs/sync/sync.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/lass/2configs/sync/sync.nix b/lass/2configs/sync/sync.nix
new file mode 100644
index 00000000..bee1d03a
--- /dev/null
+++ b/lass/2configs/sync/sync.nix
@@ -0,0 +1,13 @@
+{
+ services.syncthing.declarative.folders."/home/lass/sync" = {
+ devices = [ "mors" "icarus" "xerxes" "shodan" "green" "blue" ];
+ };
+ krebs.permown."/home/lass/sync" = {
+ file-mode = "u+rw,g+rw";
+ owner = "lass";
+ group = "syncthing";
+ umask = "0002";
+ keepGoing = true;
+ };
+}
+