gerd.teeworlds: add password for nix-shell

This commit is contained in:
eyjhb 2024-08-13 21:12:21 +02:00
parent 735895df7b
commit 4fa85d602b
No known key found for this signature in database
GPG key ID: 609F508E3239F920

View file

@ -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