server.nix/settings.nix

23 lines
456 B
Nix

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