From 75a7de1ee208c122d73cd8679e4ecbf08bb7ee16 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 14 Jan 2020 20:39:11 +0100 Subject: Reaktor: types.{string => str} --- krebs/3modules/Reaktor.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'krebs/3modules/Reaktor.nix') diff --git a/krebs/3modules/Reaktor.nix b/krebs/3modules/Reaktor.nix index 308c6d41..2a035d7b 100644 --- a/krebs/3modules/Reaktor.nix +++ b/krebs/3modules/Reaktor.nix @@ -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 ''; -- cgit v1.2.3