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 0ae04fff..688bc066 100644
--- a/custom/uucp.nix
+++ b/custom/uucp.nix
@@ -282,7 +282,7 @@ in {
282 source = '' 282 source = ''
283 #!${pkgs.stdenv.shell} 283 #!${pkgs.stdenv.shell}
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 ${map (name: "${config.security.wrapperDir}/uucico -D -S ${name}") cfg.remoteNodes}
288 ;; 288 ;;