Update game-servers.nix

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

View file

@ -6,7 +6,7 @@
virtualisation.oci-containers = {
backend = "docker";
containers."hytale-server" = {
image = "ghcr.io/indifferentbroccoli/hytale-server:latest";
image = "ghcr.io/indifferentbroccoli/hytale-server-docker:latest";
ports = [ "5520:5520/udp" ];
environment = {
SERVER_NAME = "Nordhammer.it Hytale Server";