From d2a5c3cb1f60e7c294f32cf94d343dfcc07e64fe Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 6 Apr 2024 16:44:30 +0100 Subject: [PATCH] syncthing: remove orgmobile folder --- services/syncthing.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/services/syncthing.nix b/services/syncthing.nix index 784ffbad..de369fda 100644 --- a/services/syncthing.nix +++ b/services/syncthing.nix @@ -34,12 +34,6 @@ in { path = "~/Videos"; ignorePerms = true; }; - "orgmobile" = { - inherit devices; - id = "k5use-dmeqp"; - path = "~/.orgmobile"; - ignorePerms = true; - }; }; }; };