5 lines
245 B
Bash
Executable file
5 lines
245 B
Bash
Executable file
#!/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
|