fix syncthing
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user