Moved syncthing to userspace

This commit is contained in:
2026-01-25 23:29:52 -07:00
parent 4756405ccd
commit c9748d88ba
4 changed files with 9 additions and 24 deletions

View File

@@ -56,16 +56,6 @@ in
};
};
services = {
syncthing = {
enable = true;
group = "wheel";
user = "${settings.username}";
dataDir = "/home/${settings.username}/syncthing/data";
configDir = "/home/${settings.username}/syncthing/conf";
};
};
services.avahi.publish.enable = true;
services.avahi.publish.userServices = true;