Update FredOS-Mediaserver.nix

This commit is contained in:
ediblerope 2026-01-20 19:35:09 +00:00 committed by GitHub
parent 85a71a1097
commit 6c0737cb41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -82,7 +82,7 @@
virtualisation.oci-containers = {
backend = "docker"; # Explicitly set the backend
backend = "docker";
containers."hytale-server" = {
image = "ghcr.io/terkea/hytale-server:latest";
@ -98,7 +98,6 @@
volumes = [
"/home/fred/docker/hytale-server/hytale-data:/data"
];
# Explicitly disable interactive and TTY
extraOptions = [
"--interactive=false"
"--tty=false"