Update FredOS-Mediaserver.nix
This commit is contained in:
parent
85a71a1097
commit
6c0737cb41
1 changed files with 1 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue