lassulus
lassulus
hmm, but thats a lot of hassle. Maybe we should just port the rsync code to scp?
https://github.com/nix-community/nixos-anywhere/pull/295 is the PR for that, not tested yet
hmm, not sure what the correct solution would be, maybe recreating authorized_keys, copying over the old keys and appending our keys?
It sounds like the original machine was connected via wifi and lost wifi connection after kexec. Which is expected since we don't support wifi (yet?)
I guess we can try to run zfs export -a everytime before the final reboot?
https://github.com/numtide/nixos-anywhere/pull/157
https://github.com/nix-community/disko/issues/311
It's a bit more involved. Something like https://github.com/nix-community/disko/commit/15c4d57b41b6b57024aec015e5d30a4ed4713034
The deployment builds the system locally and nix-copy-closures it to the target
we use `-s` in the copy closure, so we try to get most of the stuff from the binary cache. but this misses a lot of dependencies ofc. I'm usually...