2018-12-03 08:20:48 +00:00
|
|
|
ssh gum.i -o StrictHostKeyChecking=no
|
|
|
|
|
2018-11-05 12:50:22 +00:00
|
|
|
mount /dev/mapper/nixos-root /mnt
|
|
|
|
mount /dev/sda2 /mnt/boot
|
|
|
|
|
|
|
|
chroot-prepare /mnt
|
|
|
|
chroot /mnt /bin/sh
|
|
|
|
|
2018-12-03 08:20:48 +00:00
|
|
|
|
2018-11-05 12:50:22 +00:00
|
|
|
journalctl -D /mnt/var/log/journal --since today # find the active system (or check grub)
|
2018-12-03 08:20:48 +00:00
|
|
|
# ... activating ...
|
2018-11-05 12:50:22 +00:00
|
|
|
|
|
|
|
export PATH=/nix/store/9incs5sfn7n1vh1lavgp95v761nh11w3-nixos-system-nextgum-18.03pre-git/sw/bin
|
|
|
|
/nix/store/9incs5sfn7n1vh1lavgp95v761nh11w3-nixos-system-nextgum-18.03pre-git/activate
|
|
|
|
/nix/store/9incs5sfn7n1vh1lavgp95v761nh11w3-nixos-system-nextgum-18.03pre-git/sw/bin/nixos-rebuild
|