p2pool: init

This commit is contained in:
2026-03-11 11:01:25 -04:00
parent 393553c6c5
commit 01dbfc69a5
6 changed files with 83 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ rec {
livekit = 7880; # TCP
soulseek_listen = 50300; # TCP
monero = 18080; # TCP
p2pool_p2p = 37889; # TCP
murmur = 64738; # TCP + UDP
# private
@@ -41,6 +42,8 @@ rec {
bazarr = 6767; # TCP
jellyseerr = 5055; # TCP
monero_rpc = 18081; # TCP
monero_zmq = 18083; # TCP
p2pool_stratum = 3334; # TCP
};
https = {
@@ -96,6 +99,10 @@ rec {
dataDir = services_dir + "/monero";
};
p2pool = {
dataDir = services_dir + "/p2pool";
};
matrix = {
dataDir = "/var/lib/continuwuity";
domain = "matrix.${https.domain}";