Update FredOS-Mediaserver.nix

This commit is contained in:
ediblerope 2026-01-20 19:34:13 +00:00 committed by GitHub
parent 29774470ea
commit 85a71a1097
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -88,9 +88,12 @@
image = "ghcr.io/terkea/hytale-server:latest";
ports = [ "5520:5520/udp" ];
environment = {
SERVER_NAME = "My Hytale Server";
SERVER_NAME = "Nordhammer.it Hytale Server";
MAX_PLAYERS = "50";
MEMORY = "4G";
ENABLE_BACKUP = true;
BACKUP_FREQUENCY = 30;
PASSWORD = "DukeSmells"
};
volumes = [
"/home/fred/docker/hytale-server/hytale-data:/data"