From f39d15e9a457235215f3efad616293f555b0ac5d Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 21 Nov 2017 17:21:01 +0100 Subject: Fix indentation --- custom/uucp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/uucp.nix b/custom/uucp.nix index 0f1b6485..226af792 100644 --- a/custom/uucp.nix +++ b/custom/uucp.nix @@ -301,7 +301,7 @@ in { case "''${2}" in (?(vpn-)up) - ${concatMapStringsSep " \n" (name: "${pkgs.systemd}/bin/systemctl start uucico@${name}.service") cfg.remoteNodes} + ${concatMapStringsSep "\n " (name: "${pkgs.systemd}/bin/systemctl start uucico@${name}.service") cfg.remoteNodes} ;; esac ''; -- cgit v1.2.3