elendel: Initialize new host
This commit is contained in:
parent
4dd8568fd2
commit
1caf599f73
73 changed files with 334 additions and 175 deletions
|
@ -15,9 +15,7 @@
|
|||
};
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
initrd = {
|
||||
availableKernelModules = [ "xhci_pci" "ehci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" "sr_mod" ];
|
||||
};
|
||||
initrd.availableKernelModules = [ "xhci_pci" "ehci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" "sr_mod" ];
|
||||
kernelModules = [ "kvm-intel" ];
|
||||
};
|
||||
|
||||
|
@ -66,10 +64,12 @@
|
|||
"/boot/ESP0" = {
|
||||
device = "/dev/disk/by-uuid/6ED1-0638";
|
||||
fsType = "vfat";
|
||||
options = [ "fmask=0022" "dmask=0022" ];
|
||||
};
|
||||
"/boot/ESP1" = {
|
||||
device = "/dev/disk/by-uuid/6F25-C8B8";
|
||||
fsType = "vfat";
|
||||
options = [ "fmask=0022" "dmask=0022" ];
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -80,6 +80,7 @@
|
|||
{ device = "/dev/disk/by-uuid/088f30de-c76d-4843-ac62-8442852b372d"; }
|
||||
];
|
||||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
powerManagement.cpuFreqGovernor = lib.mkDefault "performance";
|
||||
hardware = {
|
||||
cpu.intel.updateMicrocode = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue