nixos/bitlbee: fixed protocols option
This commit is contained in:
parent
c0de3b306b
commit
1e4483b1ec
@ -22,7 +22,7 @@ let
|
|||||||
DaemonPort = ${toString cfg.portNumber}
|
DaemonPort = ${toString cfg.portNumber}
|
||||||
AuthMode = ${cfg.authMode}
|
AuthMode = ${cfg.authMode}
|
||||||
${lib.optionalStringv (cfg.hostName != "") "HostName = ${cfg.hostName}"}
|
${lib.optionalStringv (cfg.hostName != "") "HostName = ${cfg.hostName}"}
|
||||||
Protocols = ${cfg.protocols}
|
${lib.optionalString (cfg.protocols != "") "Protocols = ${cfg.protocols}"}
|
||||||
${cfg.extraSettings}
|
${cfg.extraSettings}
|
||||||
|
|
||||||
[defaults]
|
[defaults]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user