diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-06 13:19:10 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-06 13:19:10 +0200 |
commit | 506eb991d0f35dbdb45e321b82a176777c7f1a96 (patch) | |
tree | e779059ed158695bc8035caccde629338bba489b | |
parent | f3b930a521dd8adf410dc3ac8d38e78994aff6ef (diff) | |
download | nixos-506eb991d0f35dbdb45e321b82a176777c7f1a96.tar nixos-506eb991d0f35dbdb45e321b82a176777c7f1a96.tar.gz nixos-506eb991d0f35dbdb45e321b82a176777c7f1a96.tar.bz2 nixos-506eb991d0f35dbdb45e321b82a176777c7f1a96.tar.xz nixos-506eb991d0f35dbdb45e321b82a176777c7f1a96.zip |
…
-rw-r--r-- | custom/uucp.nix | 2 |
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" = '' |