fix: export /home/luca instead of /home
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user