6 lines
260 B
Bash
6 lines
260 B
Bash
|
#!/usr/bin/env fish
|
||
|
|
||
|
nix copy --substitute-on-destination --to ssh://root@he4 /run/booted-system
|
||
|
nix copy --substitute-on-destination --to ssh://root@he4 /run/current-system
|
||
|
nix copy --substitute-on-destination --to ssh://root@he4 /nix/var/nix/profiles/system
|