change syncthing folder
This commit is contained in:
@@ -5,7 +5,7 @@ in {
|
|||||||
enable = lib.mkEnableOption "Enables syncthing";
|
enable = lib.mkEnableOption "Enables syncthing";
|
||||||
basePath = lib.mkOption {
|
basePath = lib.mkOption {
|
||||||
type = with lib.types; string;
|
type = with lib.types; string;
|
||||||
default = "/synced";
|
default = "/home/${config.mainUser.name}/synced";
|
||||||
description = "Base path for syncthing data";
|
description = "Base path for syncthing data";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user