summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2020-09-27 15:14:10 +0200
committerlassulus <lassulus@lassul.us>2020-09-27 15:14:10 +0200
commit4f5cc276260bac44748634d10bbfdde8532c9ce8 (patch)
tree2cf1737a2c989605204e03d4515a203f11972bdf
parent0cd3e8771b01774bcfda000634395c10d1410d89 (diff)
newsbot-js: use go.r as default shortener
-rw-r--r--krebs/3modules/newsbot-js.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/3modules/newsbot-js.nix b/krebs/3modules/newsbot-js.nix
index 00e346f8..a3640caa 100644
--- a/krebs/3modules/newsbot-js.nix
+++ b/krebs/3modules/newsbot-js.nix
@@ -48,7 +48,7 @@ let
};
urlShortenerHost = mkOption {
type = types.str;
- default = "go";
+ default = "go.r";
description = "what server to use for url shortening, host";
};
urlShortenerPort = mkOption {