[NixOS] Fix syncthing directory location

This commit is contained in:
Ivan Malison 2024-03-23 21:17:55 -06:00
parent 9ab7b41780
commit b8d4cf59b8

View File

@ -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;