From 1306c11b94351551c63dd23ba8b107fee2028fc2 Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 16 Jul 2015 02:43:27 +0200 Subject: bitlbee service: fix typo --- nixos/modules/services/networking/bitlbee.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/services/networking/bitlbee.nix') diff --git a/nixos/modules/services/networking/bitlbee.nix b/nixos/modules/services/networking/bitlbee.nix index 1ffd57e0621d..27b7dd71d9e5 100644 --- a/nixos/modules/services/networking/bitlbee.nix +++ b/nixos/modules/services/networking/bitlbee.nix @@ -21,7 +21,7 @@ let DaemonInterface = ${cfg.interface} DaemonPort = ${toString cfg.portNumber} AuthMode = ${cfg.authMode} - ${lib.optionalStringv (cfg.hostName != "") "HostName = ${cfg.hostName}"} + ${lib.optionalString (cfg.hostName != "") "HostName = ${cfg.hostName}"} ${lib.optionalString (cfg.protocols != "") "Protocols = ${cfg.protocols}"} ${cfg.extraSettings} -- cgit 1.4.1