summaryrefslogtreecommitdiffstats
path: root/lass/2configs/sync/decsync.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lass/2configs/sync/decsync.nix')
-rw-r--r--lass/2configs/sync/decsync.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/lass/2configs/sync/decsync.nix b/lass/2configs/sync/decsync.nix
new file mode 100644
index 00000000..94569c94
--- /dev/null
+++ b/lass/2configs/sync/decsync.nix
@@ -0,0 +1,8 @@
+{
+ krebs.syncthing.folders = [
+ { id = "decsync"; path = "/home/lass/decsync"; peers = [ "mors" "blue" "green" "phone" ]; }
+ ];
+ lass.ensure-permissions = [
+ { folder = "/home/lass/decsync"; owner = "lass"; group = "syncthing"; }
+ ];
+}