diff options
-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 0f1b6485..226af792 100644 --- a/custom/uucp.nix +++ b/custom/uucp.nix | |||
@@ -301,7 +301,7 @@ in { | |||
301 | 301 | ||
302 | case "''${2}" in | 302 | case "''${2}" in |
303 | (?(vpn-)up) | 303 | (?(vpn-)up) |
304 | ${concatMapStringsSep " \n" (name: "${pkgs.systemd}/bin/systemctl start uucico@${name}.service") cfg.remoteNodes} | 304 | ${concatMapStringsSep "\n " (name: "${pkgs.systemd}/bin/systemctl start uucico@${name}.service") cfg.remoteNodes} |
305 | ;; | 305 | ;; |
306 | esac | 306 | esac |
307 | ''; | 307 | ''; |