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