From 296d6a86b9704bfdb55ccf7847ac45f8aa2e0735 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Tue, 25 Feb 2025 08:48:37 +0100 Subject: [PATCH] refactor(sgx): update folder names in fileserver config Renamed folders in the fileserver configuration for improved clarity and alignment with naming conventions. Adjustments ensure better organization and functionality in the SGX environment. --- systems/x86_64-linux/sgx/fileserver.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systems/x86_64-linux/sgx/fileserver.nix b/systems/x86_64-linux/sgx/fileserver.nix index e2ff569..f3e3b8c 100644 --- a/systems/x86_64-linux/sgx/fileserver.nix +++ b/systems/x86_64-linux/sgx/fileserver.nix @@ -82,11 +82,11 @@ "S25" = { id = "7Q7XQXG-VF7QM6Y-HJST4V2-RWOPB3M-GHXQDLL-SRRN3IL-3PHKNOZ-D2IFIQV"; }; }; folders = { - "Documents" = { + "qibxq-03l4j" = { path = "~/logseq"; devices = [ "sgx" "S25" ]; }; - "Example" = { + "sm-s931b_hjcb-Bilder" = { path = "/mnt/raid/Qmultimedia/S25-Kamera"; devices = [ "sgx" "S25" ]; };