2024-03-24 18:02:45 +00:00
|
|
|
{ ... }: {
|
2024-03-24 18:02:29 +00:00
|
|
|
boot.initrd.availableKernelModules = [ "ahci" "nvme" ];
|
|
|
|
boot.initrd.kernelModules = [ ];
|
|
|
|
boot.kernelModules = [ "kvm-intel" ];
|
|
|
|
boot.extraModulePackages = [ ];
|
2024-03-24 18:02:24 +00:00
|
|
|
|
|
|
|
fileSystems."/" = {
|
|
|
|
device = "/dev/nvme0n1p2";
|
|
|
|
fsType = "btrfs";
|
|
|
|
};
|
|
|
|
|
|
|
|
fileSystems."/boot" = {
|
|
|
|
device = "/dev/disk/by-uuid/69ed72d0-20c2-440e-a036-7de658766ee0";
|
|
|
|
fsType = "ext2";
|
|
|
|
};
|
|
|
|
|
2024-03-24 18:02:29 +00:00
|
|
|
swapDevices = [ ];
|
2024-03-24 18:02:24 +00:00
|
|
|
}
|