Update game-servers.nix
This commit is contained in:
parent
b63c7f8a2a
commit
75eecd3381
1 changed files with 28 additions and 26 deletions
|
|
@ -6,7 +6,8 @@
|
|||
virtualisation.oci-containers = {
|
||||
backend = "docker";
|
||||
containers."hytale" = {
|
||||
image = "ghcr.io/indifferentbroccoli/hytale-server-docker:latest";
|
||||
image = "indifferentbroccoli/hytale-server-docker:latest";
|
||||
autoStart = true;
|
||||
ports = [ "5520:5520/udp" ];
|
||||
environment = {
|
||||
SERVER_NAME = "Nordhammer.it Hytale Server";
|
||||
|
|
@ -20,8 +21,9 @@
|
|||
"/home/fred/docker/hytale-server/hytale-data:/home/hytale/server-files"
|
||||
];
|
||||
extraOptions = [
|
||||
"--interactive=false"
|
||||
"--tty=false"
|
||||
"--stop-timeout=30"
|
||||
"--interactive"
|
||||
"--tty"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue