Advertisement
Guest User

Untitled

a guest
Dec 12th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. for i in dev proc sys; do mount --rbind /$i /mnt/$i; done
  2. NIXOS_INSTALL_BOOTLOADER=1 chroot /mnt \
  3. /nix/var/nix/profiles/system/bin/switch
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement