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 = {
|
virtualisation.oci-containers = {
|
||||||
backend = "docker";
|
backend = "docker";
|
||||||
containers."hytale-server" = {
|
containers."hytale-server" = {
|
||||||
image = "ghcr.io/terkea/hytale-server:latest";
|
image = "ghcr.io/indifferentbroccoli/hytale-server:latest";
|
||||||
ports = [ "5520:5520/udp" ];
|
ports = [ "5520:5520/udp" ];
|
||||||
environment = {
|
environment = {
|
||||||
SERVER_NAME = "Nordhammer.it Hytale Server";
|
SERVER_NAME = "Nordhammer.it Hytale Server";
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
PASSWORD = "DukeSmells";
|
PASSWORD = "DukeSmells";
|
||||||
};
|
};
|
||||||
volumes = [
|
volumes = [
|
||||||
"/home/fred/docker/hytale-server/hytale-data:/data"
|
"/home/fred/docker/hytale-server/hytale-data:/home/hytale/server-files"
|
||||||
];
|
];
|
||||||
extraOptions = [
|
extraOptions = [
|
||||||
"--interactive=false"
|
"--interactive=false"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue