firefox-syncserver: init

This commit is contained in:
2026-03-21 08:44:57 -04:00
parent 3b23aea374
commit fd3df23a76
8 changed files with 455 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ rec {
monero_rpc = 18081; # TCP
monero_zmq = 18083; # TCP
p2pool_stratum = 3334; # TCP
firefox_syncserver = 5000; # TCP
};
https = {
@@ -147,6 +148,10 @@ rec {
dataDir = services_dir + "/recyclarr";
};
firefox_syncserver = {
domain = "firefox-sync.${https.domain}";
};
media = {
moviesDir = torrents_path + "/media/movies";
tvDir = torrents_path + "/media/tv";