From 4fa85d602bdc968836d34149375faeca88de2c26 Mon Sep 17 00:00:00 2001 From: eyjhb Date: Tue, 13 Aug 2024 21:12:21 +0200 Subject: [PATCH] gerd.teeworlds: add password for nix-shell --- machines/gerd/services/teeworlds.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/gerd/services/teeworlds.nix b/machines/gerd/services/teeworlds.nix index c5a6232..edb614d 100644 --- a/machines/gerd/services/teeworlds.nix +++ b/machines/gerd/services/teeworlds.nix @@ -12,7 +12,7 @@ mine.shared.meta.teeworlds = { name = "Teeworlds"; - description = ''We host our own Teeworlds instance. Connect using `nix-shell -p teeworlds --run 'teeworlds "connect teeworlds.fricloud.dk"'`, the password is ${config.services.teeworlds.password}''; + description = ''We host our own Teeworlds instance. Connect using `nix-shell -p teeworlds --run 'teeworlds "connect teeworlds.fricloud.dk" "password ${config.services.teeworlds.password}"'`, the password is ${config.services.teeworlds.password}''; url = ""; package = let