Commit a9ccf907583d
Changed files (1)
modules
profiles
modules/profiles/syncthing.nix
@@ -19,6 +19,7 @@ in
enable = true;
user = "vincent";
dataDir = "/home/vincent/.syncthing";
+ configDir = "/home/vincent/.syncthing";
openDefaultPorts = true;
};
};