diff --git a/hosts/shaw/home.nix b/hosts/shaw/home.nix index 67c36e0..4878cc4 100644 --- a/hosts/shaw/home.nix +++ b/hosts/shaw/home.nix @@ -2,7 +2,7 @@ { services.syncthing = { - enable = true; + # enable = true; extraOptions = [ "--gui-address=:8385" "--home=/home/qenya/state/syncthing" diff --git a/hosts/tohru/syncthing.nix b/hosts/tohru/syncthing.nix index a7820bd..990b267 100644 --- a/hosts/tohru/syncthing.nix +++ b/hosts/tohru/syncthing.nix @@ -2,7 +2,7 @@ { services.syncthing = { - enable = true; + # enable = true; user = "qenya"; dataDir = "/data/syncthing"; openDefaultPorts = true;