gerd.teeworlds: add password for nix-shell
This commit is contained in:
parent
735895df7b
commit
4fa85d602b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue