Update game-servers.nix

This commit is contained in:
ediblerope 2026-01-25 12:33:21 +00:00 committed by GitHub
parent 4cd0e58bd6
commit b63c7f8a2a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@
## <----- HYTALE ----> ##
virtualisation.oci-containers = {
backend = "docker";
containers."hytale-server" = {
containers."hytale" = {
image = "ghcr.io/indifferentbroccoli/hytale-server-docker:latest";
ports = [ "5520:5520/udp" ];
environment = {