summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-11-21 17:21:01 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2017-11-21 17:21:01 +0100
commitf39d15e9a457235215f3efad616293f555b0ac5d (patch)
tree385a68a6a44e386f289fbcea0aa5d8e6ba01a2d7
parentb25da2e054eccd17cc9ebce44a033d6996f6fc1d (diff)
downloadnixos-f39d15e9a457235215f3efad616293f555b0ac5d.tar
nixos-f39d15e9a457235215f3efad616293f555b0ac5d.tar.gz
nixos-f39d15e9a457235215f3efad616293f555b0ac5d.tar.bz2
nixos-f39d15e9a457235215f3efad616293f555b0ac5d.tar.xz
nixos-f39d15e9a457235215f3efad616293f555b0ac5d.zip
Fix indentation
-rw-r--r--custom/uucp.nix2
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 '';