Setting up basic ops
This commit is contained in:
parent
dc1b4e9371
commit
7a356af15d
5 changed files with 150 additions and 3 deletions
7
nki-personal-do/hardware-configuration.nix
Normal file
7
nki-personal-do/hardware-configuration.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ modulesPath, ... }:
|
||||
{
|
||||
imports = [ (modulesPath + "/profiles/qemu-guest.nix") ];
|
||||
boot.loader.grub.device = "/dev/vda";
|
||||
boot.initrd.kernelModules = [ "nvme" ];
|
||||
fileSystems."/" = { device = "/dev/vda1"; fsType = "ext4"; };
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue