newsbot-js: use go.r as default shortener

This commit is contained in:
lassulus 2020-09-27 15:14:10 +02:00
parent 0cd3e8771b
commit 4f5cc27626

View file

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