syncthing

This commit is contained in:
2026-01-13 14:49:48 -05:00
parent a93c789278
commit f83e1170af
3 changed files with 62 additions and 0 deletions

View File

@@ -110,6 +110,9 @@
soulseek_listen = 50300;
llama_cpp = 8991;
vaultwarden = 8222;
syncthing_gui = 8384;
syncthing_protocol = 22000;
syncthing_discovery = 21027;
};
https = {
@@ -160,6 +163,11 @@
monero = {
dataDir = services_dir + "/monero";
};
syncthing = {
dataDir = services_dir + "/syncthing";
signalBackupDir = "/${zpool_ssds}/bak/signal";
};
};
pkgs = import nixpkgs {