diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/desktop.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/desktop.nix b/common/desktop.nix index 89bd86d..158ce0b 100644 --- a/common/desktop.nix +++ b/common/desktop.nix @@ -34,7 +34,7 @@ nix.settings.trusted-users = [ "root" "@wheel" ]; services.syncthing = { - enable = true; + enable = false; user = "stuebinm"; guiAddress = "syncthing.localhost:3000"; dataDir = "/home/stuebinm/syncthing"; |