fix syncthing

This commit is contained in:
Odweta
2026-01-19 15:15:11 +00:00
parent 2b10348248
commit 447f71dd73
+1 -7
View File
@@ -2,11 +2,5 @@
{
# Enable Syncthing as a user service
services.syncthing = {
enable = true;
gui = {
enable = true;
address = "127.0.0.1:8384"; # localhost GUI
};
};
services.syncthing.enable = true;
}