Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 1.76 KB

NIXOS.md

File metadata and controls

46 lines (37 loc) · 1.76 KB

Nixos

Installing on M1 Mac

Hypervisors

  • Vmware fusion (preferred)
  • Parallels
  • UTM backed by Qemo (not a hypervisor; does emulation. So, likely slower than Vmware fusion)

Installation on hypervisor

  • Install hypervisor
  • Download Nixos ARM ISO from here
  • Create a custom vm (applicable in the case of fusion)
  • Follow install instructions here

Running x86 images on ARM

Installing on Mac

dd if=nixos.iso of=/dev/sdX bs=4M status=progress conv=fdatasync
  • Boot from UEFI
  • Follow Install instructions here
    • Remember to enable Gnome in the default configuration
    • Add svij user

Setup dev environment

  • Clone home repo
  • Create github key (using make) and upload to github

References