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