From 03636ea9ed7149336e1e7d42e16a7a991ddb2b2b Mon Sep 17 00:00:00 2001 From: rocketcamel Date: Sat, 13 Dec 2025 22:49:36 -0800 Subject: [PATCH] fix: export /home/luca instead of /home --- nix/modules/nfs-mesh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/modules/nfs-mesh.nix b/nix/modules/nfs-mesh.nix index f70ff98..2291f8d 100644 --- a/nix/modules/nfs-mesh.nix +++ b/nix/modules/nfs-mesh.nix @@ -34,7 +34,7 @@ in exportPath = lib.mkOption { type = lib.types.str; - default = "/home"; + default = "/home/luca"; description = '' Path to export to other hosts in the mesh. This will be mounted at /mnt/{hostname} on remote hosts.