Reaktor: types.{string => str}

This commit is contained in:
tv 2020-01-14 20:39:11 +01:00
parent a553c3e280
commit 75a7de1ee2

View File

@ -17,7 +17,7 @@ let
nickname = mkOption {
default = config.krebs.build.host.name + "|r";
type = types.string;
type = types.str;
description = ''
The nick name of the irc bot.
Defaults to {hostname}|r
@ -47,7 +47,7 @@ let
extraConfig = mkOption {
default = "";
type = types.string;
type = types.str;
description = ''
configuration appended to the default or overridden configuration
'';