diff options
Diffstat (limited to 'push')
-rwxr-xr-x | push | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ #!/usr/bin/env bash -where="$1" -what=$(realpath "$2") +what=$(realpath "_bild/$1") +where="$2" nix copy --to ssh://root@$where $what ssh root@$where $what/bin/switch-to-configuration switch ssh root@$where nix-env --profile /nix/var/nix/profiles/system --set $what |