From 9431224665087a19c7af182bb13c118fac68116d Mon Sep 17 00:00:00 2001 From: noe Date: Fri, 22 Dec 2023 20:17:26 -0500 Subject: [PATCH] fix ws url --- nixos/stacks/ps2.live/saerro.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/stacks/ps2.live/saerro.nix b/nixos/stacks/ps2.live/saerro.nix index f9622af..a5c5e60 100644 --- a/nixos/stacks/ps2.live/saerro.nix +++ b/nixos/stacks/ps2.live/saerro.nix @@ -26,7 +26,7 @@ in { } // containerGenerics; saerro_ws = { - image = image "ws"; + image = image "websocket"; environment = { PORT = port 2; WORLDS = "all";