treewide: Disable syncthing

Intending to redo this from scratch
This commit is contained in:
Katherina Walshe-Grey 2025-10-03 11:22:29 +01:00
parent 1035d4cf6c
commit 99215ba9ca
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
{ {
services.syncthing = { services.syncthing = {
enable = true; # enable = true;
extraOptions = [ extraOptions = [
"--gui-address=:8385" "--gui-address=:8385"
"--home=/home/qenya/state/syncthing" "--home=/home/qenya/state/syncthing"

View file

@ -2,7 +2,7 @@
{ {
services.syncthing = { services.syncthing = {
enable = true; # enable = true;
user = "qenya"; user = "qenya";
dataDir = "/data/syncthing"; dataDir = "/data/syncthing";
openDefaultPorts = true; openDefaultPorts = true;