From 5abbd1d1117fb6a022cac8fdd6b853aa0bce0f26 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 4 May 2016 11:26:24 +0200 Subject: typo --- custom/uucp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/uucp.nix b/custom/uucp.nix index 080a5951..86a2078b 100644 --- a/custom/uucp.nix +++ b/custom/uucp.nix @@ -17,7 +17,7 @@ let chat "" protocol e command-path ${concatStringsSep " " config.services.uucp.commandPath} - commands ${if config.services.uucp.commands ? name then concatStringsSep " " config.services.uucp.commands."${name}" else config.services.uucp.defaultCommands} + commands ${concatStringsSep " " (if config.services.uucp.commands ? name then config.services.uucp.commands."${name}" else config.services.uucp.defaultCommands)} ''; in { options = { -- cgit v1.2.3