From fcb5e83a63fe9339ed03d09bd5f300deb6512d70 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Wed, 3 Dec 2025 17:01:38 +0100 Subject: [PATCH] feat(nix): add obsidian and sync folders to sgx fileserver configuration - Added "obsidian" folder with path "~/obsidian" and device list - Added "sync" folder with path "~/sync" and device list - Both folders configured with same device list: sgx, S25, x1, m4 - Maintains consistent folder configuration pattern in fileserver setup --- systems/x86_64-linux/sgx/fileserver.nix | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/systems/x86_64-linux/sgx/fileserver.nix b/systems/x86_64-linux/sgx/fileserver.nix index 033d61f..71c51db 100644 --- a/systems/x86_64-linux/sgx/fileserver.nix +++ b/systems/x86_64-linux/sgx/fileserver.nix @@ -134,6 +134,24 @@ }; }; folders = { + "obsidian" = { + path = "~/obsidian"; + devices = [ + "sgx" + "S25" + "x1" + "m4" + ]; + }; + "sync" = { + path = "~/sync"; + devices = [ + "sgx" + "S25" + "x1" + "m4" + ]; + }; "qibxq-03l4j" = { path = "~/logseq"; devices = [