diff --git a/home/users/odweta/syncthing.nix b/home/users/odweta/syncthing.nix index f34a598..2b2cd78 100644 --- a/home/users/odweta/syncthing.nix +++ b/home/users/odweta/syncthing.nix @@ -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; }