From f3b930a521dd8adf410dc3ac8d38e78994aff6ef Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 6 Apr 2018 13:17:48 +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/uucp.nix') diff --git a/custom/uucp.nix b/custom/uucp.nix index 59cfab59..1a7f21c7 100644 --- a/custom/uucp.nix +++ b/custom/uucp.nix @@ -251,7 +251,7 @@ in { mkdir -p ${cfg.sshKeyDir} chown ${config.users.users."uucp".name}:${config.users.users."uucp".group} ${cfg.sshKeyDir} - chmod 700 ${config.sshKeyDir} + chmod 700 ${cfg.sshKeyDir} ${concatStringsSep "\n" (mapAttrsToList sshKeyGen cfg.remoteNodes)} ''; -- cgit v1.2.3