Update game-servers.nix
This commit is contained in:
parent
7b19304f98
commit
3eeb7dd9ba
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
virtualisation.oci-containers = {
|
||||
backend = "docker";
|
||||
containers."hytale-server" = {
|
||||
image = "ghcr.io/terkea/hytale-server:latest";
|
||||
image = "ghcr.io/indifferentbroccoli/hytale-server:latest";
|
||||
ports = [ "5520:5520/udp" ];
|
||||
environment = {
|
||||
SERVER_NAME = "Nordhammer.it Hytale Server";
|
||||
|
|
@ -17,7 +17,7 @@
|
|||
PASSWORD = "DukeSmells";
|
||||
};
|
||||
volumes = [
|
||||
"/home/fred/docker/hytale-server/hytale-data:/data"
|
||||
"/home/fred/docker/hytale-server/hytale-data:/home/hytale/server-files"
|
||||
];
|
||||
extraOptions = [
|
||||
"--interactive=false"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue