add hardware-configuration.nix for testing purposes
This commit is contained in:
7
hardware-configuration.nix
Normal file
7
hardware-configuration.nix
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{ modulesPath, ... }:
|
||||||
|
{
|
||||||
|
imports = [ (modulesPath + "/profiles/qemu-guest.nix") ];
|
||||||
|
boot.loader.grub.device = "/dev/sda";
|
||||||
|
boot.initrd.kernelModules = [ "nvme" ];
|
||||||
|
fileSystems."/" = { device = "/dev/sda1"; fsType = "ext4"; };
|
||||||
|
}
|
Reference in New Issue
Block a user