From 99215ba9ca65cab8e3090063bcf94bf1a7a986f8 Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Fri, 3 Oct 2025 11:22:29 +0100 Subject: [PATCH] treewide: Disable syncthing Intending to redo this from scratch --- hosts/shaw/home.nix | 2 +- hosts/tohru/syncthing.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;