summaryrefslogtreecommitdiff
path: root/custom
diff options
context:
space:
mode:
Diffstat (limited to 'custom')
-rw-r--r--custom/uucp.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/uucp.nix b/custom/uucp.nix
index 1a7f21c7..1fa085b8 100644
--- a/custom/uucp.nix
+++ b/custom/uucp.nix
@@ -236,7 +236,7 @@ in {
236 home = cfg.homeDir; 236 home = cfg.homeDir;
237 description = "User for uucp over ssh"; 237 description = "User for uucp over ssh";
238 useDefaultShell = true; 238 useDefaultShell = true;
239 openssh.authorizedKeys.keys = map restrictKey (concat (mapAttrsToList (name: node: node.publicKeys) cfg.remoteNodes)); 239 openssh.authorizedKeys.keys = map restrictKey (concatLists (mapAttrsToList (name: node: node.publicKeys) cfg.remoteNodes));
240 } // cfg.sshUser; 240 } // cfg.sshUser;
241 241
242 system.activationScripts."uucp-sshconfig" = '' 242 system.activationScripts."uucp-sshconfig" = ''