Update systems/aurora.nix
This commit is contained in:
parent
433aa7e14e
commit
e5f125ff1d
1 changed files with 9 additions and 0 deletions
|
|
@ -3,6 +3,15 @@
|
|||
{
|
||||
networking.hostName = "aurora";
|
||||
|
||||
fileSystems."/" =
|
||||
{ device = "/dev/disk/by-partlabel/primary";
|
||||
fsType = "btrfs";
|
||||
};
|
||||
fileSystems."/boot" =
|
||||
{ device = "/dev/disk/by-partlabel/ESP";
|
||||
fsType = "vfat";
|
||||
};
|
||||
|
||||
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" ];
|
||||
boot.initrd.kernelModules = [ "amdgpu" ];
|
||||
boot.kernelModules = [ "kvm-amd" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue