From 65b0c41069c225f07ccf3d2259a0cf820290ffdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20Schwarz=C3=A4ugl?= Date: Tue, 7 Oct 2025 19:58:57 +0200 Subject: [PATCH] chore[work]: remove documents folder from sync --- SwarselSystems.org | 2 +- modules/nixos/optional/work.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SwarselSystems.org b/SwarselSystems.org index eef296d..f7d2222 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -10776,7 +10776,7 @@ Options that I need specifically at work. There are more options at [[#h:f0b2ea9 folders = { "Documents" = { path = "${homeDir}/Documents"; - devices = [ "magicant" "winters" "moonside@oracle" ]; + devices = [ "moonside@oracle" ]; id = "hgr3d-pfu3w"; }; }; diff --git a/modules/nixos/optional/work.nix b/modules/nixos/optional/work.nix index 855aac3..bb7c3a0 100644 --- a/modules/nixos/optional/work.nix +++ b/modules/nixos/optional/work.nix @@ -199,7 +199,7 @@ in folders = { "Documents" = { path = "${homeDir}/Documents"; - devices = [ "magicant" "winters" "moonside@oracle" ]; + devices = [ "moonside@oracle" ]; id = "hgr3d-pfu3w"; }; };