From 1b6a0430d20279395ad1936637ede3b98a0596b0 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Thu, 13 Nov 2025 08:27:17 +0100 Subject: [PATCH] minor --- modules/syncthing.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/syncthing.nix b/modules/syncthing.nix index f1a3b20..52c4db0 100644 --- a/modules/syncthing.nix +++ b/modules/syncthing.nix @@ -90,7 +90,7 @@ in // (lib.optionalAttrs (lib.elem "Obsidian" cfg.enabledFolders) { "Obsidian" = { path = "~/Obsidian"; - devices = [ "iphone" "hs" "thinkpad" "ipad" ]; + devices = [ "hs" "thinkpad" ]; ignorePerms = true; versioning = commonVersioning; };