From b8d4cf59b8f5daa10b37e8e0eef3756647d96c8b Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sat, 23 Mar 2024 21:17:55 -0600 Subject: [PATCH] [NixOS] Fix syncthing directory location --- nixos/machines/biskcomp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/machines/biskcomp.nix b/nixos/machines/biskcomp.nix index 22cb05dd..5b09ce54 100644 --- a/nixos/machines/biskcomp.nix +++ b/nixos/machines/biskcomp.nix @@ -78,7 +78,7 @@ in "syncthing.railbird.ai" = { enableACME = true; forceSSL = true; - root = "/var/lib/syncthing/sync"; + root = "/var/lib/syncthing/railbird"; locations."/" = { extraConfig = '' autoindex on;