From b02a1c6c90d66aaf8fc0516c6c774f9953b237aa Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Sun, 2 Nov 2025 21:23:42 +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 2badade..25ea4bb 100644 --- a/modules/syncthing.nix +++ b/modules/syncthing.nix @@ -68,7 +68,7 @@ in }; "Documents" = { path = "~/Documents"; - devices = [ "hs" "thinkpad" ]; + devices = [ "hs" "thinkpad" "deck" ]; ignorePerms = true; versioning = commonVersioning; };