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 = {
|
virtualisation.oci-containers = {
|
||||||
backend = "docker"; # Explicitly set the backend
|
backend = "docker";
|
||||||
|
|
||||||
containers."hytale-server" = {
|
containers."hytale-server" = {
|
||||||
image = "ghcr.io/terkea/hytale-server:latest";
|
image = "ghcr.io/terkea/hytale-server:latest";
|
||||||
|
|
@ -98,7 +98,6 @@
|
||||||
volumes = [
|
volumes = [
|
||||||
"/home/fred/docker/hytale-server/hytale-data:/data"
|
"/home/fred/docker/hytale-server/hytale-data:/data"
|
||||||
];
|
];
|
||||||
# Explicitly disable interactive and TTY
|
|
||||||
extraOptions = [
|
extraOptions = [
|
||||||
"--interactive=false"
|
"--interactive=false"
|
||||||
"--tty=false"
|
"--tty=false"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue