diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-31 17:09:48 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-31 17:09:48 +0200 |
commit | 2d7cd9fe1ee68141c4dc9464ae8690524bce1780 (patch) | |
tree | b162c3318ba6beb3313b2933326601d94fe01f09 /custom/uucp.nix | |
parent | 8b22296ccfdb911ef82e81a8bd9187bab8438219 (diff) | |
download | nixos-2d7cd9fe1ee68141c4dc9464ae8690524bce1780.tar nixos-2d7cd9fe1ee68141c4dc9464ae8690524bce1780.tar.gz nixos-2d7cd9fe1ee68141c4dc9464ae8690524bce1780.tar.bz2 nixos-2d7cd9fe1ee68141c4dc9464ae8690524bce1780.tar.xz nixos-2d7cd9fe1ee68141c4dc9464ae8690524bce1780.zip |
Types
Diffstat (limited to 'custom/uucp.nix')
-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 688bc066..4f2db711 100644 --- a/custom/uucp.nix +++ b/custom/uucp.nix | |||
@@ -284,7 +284,7 @@ in { | |||
284 | 284 | ||
285 | case "''${2}" in | 285 | case "''${2}" in |
286 | (?(vpn-)up) | 286 | (?(vpn-)up) |
287 | ${map (name: "${config.security.wrapperDir}/uucico -D -S ${name}") cfg.remoteNodes} | 287 | ${concatMapStringsSep "\n" (name: "${config.security.wrapperDir}/uucico -D -S ${name}") cfg.remoteNodes} |
288 | ;; | 288 | ;; |
289 | esac | 289 | esac |
290 | ''; | 290 | ''; |