Update FredOS-Mediaserver.nix
This commit is contained in:
parent
756dbdb785
commit
8f80b4c681
1 changed files with 0 additions and 13 deletions
|
|
@ -81,19 +81,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
virtualisation.oci-containers.containers."hytale-server" = {
|
||||
image = "ghcr.io/terkea/hytale-server:latest";
|
||||
ports = [ "5520:5520/udp" ];
|
||||
environment = {
|
||||
SERVER_NAME = "My Hytale Server";
|
||||
MAX_PLAYERS = "50";
|
||||
MEMORY = "4G";
|
||||
};
|
||||
volumes = [
|
||||
"/home/fred/docker/hytale-server/hytale-data:/data"
|
||||
];
|
||||
# We remove extraOptions to avoid the TTY/Input device errors
|
||||
};
|
||||
|
||||
# Open firewall for web traffic
|
||||
networking.firewall.allowedTCPPorts = [ 80 443 81 22 ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue