From 68696d272a2cede66e8f05ee1db5ce84dda29600 Mon Sep 17 00:00:00 2001 From: waveringana Date: Sat, 21 Jun 2025 04:14:20 -0400 Subject: [PATCH] fix variable --- hosts/valefar/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/valefar/default.nix b/hosts/valefar/default.nix index a527aaf..c7b1d5f 100755 --- a/hosts/valefar/default.nix +++ b/hosts/valefar/default.nix @@ -178,7 +178,7 @@ }; "tm_share" = { - "path" = tmPath; + "path" = "/storage/tm_share"; "valid users" = regent; "public" = "yes"; "writeable" = "yes";