server.nix/settings.nix
2025-01-17 21:03:57 +02:00

19 lines
397 B
Nix

{ ... }: {
# Docker config locations
server_configs_home = "/home/owo/Documents/server_configs";
ports = {
palworld = 8211;
synapse = 8008;
mautrix-telegram = 8009;
epicgames-freegames-node = 4018;
qbittorrent-torrent = 43125;
qbittorrent = 4010;
archivebox = 4009;
nextcloud = 4008;
jellyfin_vue = 4004;
jellyfin = 8096;
feishin = 9180;
};
}