teeworld: fix hardcorded domain
This commit is contained in:
parent
791012f209
commit
43e6fe30f0
1 changed files with 3 additions and 3 deletions
|
@ -11,10 +11,10 @@
|
|||
password = "$TEEWORLDS_PASSWORD";
|
||||
};
|
||||
|
||||
mine.shared.meta.teeworlds = {
|
||||
mine.shared.meta.teeworlds = rec {
|
||||
name = "Teeworlds";
|
||||
description = ''We host our own Teeworlds instance. Connect using `nix-shell -p teeworlds --run 'teeworlds "connect teeworlds.fricloud.dk" "password {{secrets.TEEWORLDS_PASSWORD}}"'`, the password is {{secrets.TEEWORLDS_PASSWORD}}'';
|
||||
url = "";
|
||||
description = ''We host our own Teeworlds instance. Connect using `nix-shell -p teeworlds --run 'teeworlds "connect ${url}" "password {{secrets.TEEWORLDS_PASSWORD}}"'`, the password is {{secrets.TEEWORLDS_PASSWORD}}'';
|
||||
url = "teeworlds.${config.mine.shared.settings.domain}";
|
||||
|
||||
secrets.auth = config.age.secrets.teeworlds-env.path;
|
||||
|
||||
|
|
Loading…
Reference in a new issue