change syncthing folder

This commit is contained in:
Kopatz
2025-10-29 14:08:25 +01:00
parent 5769ff0ade
commit 9a61646089

View File

@@ -5,7 +5,7 @@ in {
enable = lib.mkEnableOption "Enables syncthing";
basePath = lib.mkOption {
type = with lib.types; string;
default = "/synced";
default = "/home/${config.mainUser.name}/synced";
description = "Base path for syncthing data";
};
};