char/topaz-flake
git clone https://git.t4t.associates/char/topaz-flake
562b54a
main
1{ modulesPath , ...} : 2{ 3imports = [ ( modulesPath + "/profiles/qemu-guest.nix" ) ]; 4boot . loader . grub . device = "/dev/sda" ; 5boot . initrd . availableKernelModules = [ "ata_piix" "uhci_hcd" "xen_blkfront" "vmw_pvscsi" ]; 6boot . initrd . kernelModules = [ "nvme" ]; 7fileSystems . "/" = { device = "/dev/sda1" ; fsType = "ext4" ; }; 8}