about summary refs log tree commit diff
path: root/pkgs/profpatsch
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2022-06-26 15:30:27 +0200
committerProfpatsch <mail@profpatsch.de>2022-06-26 16:00:52 +0200
commit9660cd45c73cd4755d8c38654031587cc2b7d46d (patch)
tree0e2ced530a04cdd467e158102c243452502a535b /pkgs/profpatsch
parent924eaa0c5d26d20064f474e372a085f85aa3a3f8 (diff)
pkgs/profpatsch/deploy: fix nix ssh link
idk why/how this works and tbh I don’t even want to know.
Diffstat (limited to 'pkgs/profpatsch')
-rw-r--r--pkgs/profpatsch/deploy.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/profpatsch/deploy.nix b/pkgs/profpatsch/deploy.nix
index c6f7b556..ddd6eeac 100644
--- a/pkgs/profpatsch/deploy.nix
+++ b/pkgs/profpatsch/deploy.nix
@@ -22,7 +22,7 @@ let
       "$VUIZVUI"
 
     ${bins.nix-copy-closure} \
-      --to "ssh://$MACHINE?compress=true" \
+      --to "$MACHINE?compress=true" \
       --use-substitutes \
       "$OUT_LINK"