noctilucent initial config
This commit is contained in:
parent
755bc4fbf7
commit
8064a2e155
2 changed files with 63 additions and 1 deletions
8
hosts/noctilucent/hardware-configuration.nix
Normal file
8
hosts/noctilucent/hardware-configuration.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ modulesPath, ... }:
|
||||
{
|
||||
imports = [ (modulesPath + "/profiles/qemu-guest.nix") ];
|
||||
boot.loader.grub.device = "/dev/sda";
|
||||
boot.initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "xen_blkfront" "vmw_pvscsi" ];
|
||||
boot.initrd.kernelModules = [ "nvme" ];
|
||||
fileSystems."/" = { device = "/dev/sda1"; fsType = "ext4"; };
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue