From 3b02aa4d54f5fa04bb708d336110abf07e63c240 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 6 Apr 2018 13:15:28 +0200 Subject: =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom/uucp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom') diff --git a/custom/uucp.nix b/custom/uucp.nix index 61e42119..2a1fb401 100644 --- a/custom/uucp.nix +++ b/custom/uucp.nix @@ -244,7 +244,7 @@ in { chown ${config.users.users."uucp".name}:${config.users.users."uucp".group} ${config.users.users."uucp".home}/.ssh chmod 700 ${config.users.users."uucp".home}/.ssh ln -fs ${builtins.toFile "ssh-config" '' - ${concatStringsSpec "\n" (mapAttrsToList sshConfig cfg.remoteNodes)} + ${concatStringsSep "\n" (mapAttrsToList sshConfig cfg.remoteNodes)} ${cfg.extraSSHConfig} ''} ${config.users.users."uucp".home}/.ssh/config -- cgit v1.2.3