fix: export /home/luca instead of /home

This commit is contained in:
2025-12-13 22:49:36 -08:00
parent 07e49b1591
commit 03636ea9ed

View File

@@ -34,7 +34,7 @@ in
exportPath = lib.mkOption { exportPath = lib.mkOption {
type = lib.types.str; type = lib.types.str;
default = "/home"; default = "/home/luca";
description = '' description = ''
Path to export to other hosts in the mesh. Path to export to other hosts in the mesh.
This will be mounted at /mnt/{hostname} on remote hosts. This will be mounted at /mnt/{hostname} on remote hosts.