From ee71156f3b658412351fde9a8b845c013eb1bae3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Wed, 3 Apr 2024 07:22:53 +0200 Subject: [PATCH] feat(syncthing): add tmp folder --- configs/cloud.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/cloud.nix b/configs/cloud.nix index 0f52033..74b5da6 100644 --- a/configs/cloud.nix +++ b/configs/cloud.nix @@ -113,6 +113,7 @@ in { cloud-dir = "${config.users.users.me.home}/cloud"; in { "${config.users.users.me.home}/sync".devices = ["kabsa" "manakish" "fatteh"]; + "${config.users.users.me.home}/tmp".devices = ["kabsa" "manakish" "fatteh" "heym"]; "${cloud-dir}/syncthing/mundoiu".devices = ["kabsa" "manakish" "heym" "fatteh"]; "${cloud-dir}/syncthing/music" = { devices = ["kabsa" "manakish" "heym" "zaatar" "fatteh"];