some fixes
This commit is contained in:
parent
bf35832817
commit
1adcfe0a12
7 changed files with 240 additions and 24 deletions
|
|
@ -14,10 +14,11 @@
|
|||
services.thermald.enable = true;
|
||||
|
||||
boot = {
|
||||
initrd.availableKernelModules = [ "xhci_pci" "ahci" "usbhid" "sd_mod" ];
|
||||
initrd.kernelModules = [ "dm-crypt" ];
|
||||
kernelModules = [ "kvm-intel" ];
|
||||
initrd.compressor = "zstd";
|
||||
# Hardware-specific modules (kvm-intel/kvm-amd, nvme, etc.) come from
|
||||
# modules/_hardware/notebook-hardware.nix, generated during installation
|
||||
# by nixos-generate-config --no-filesystems --show-hardware-config.
|
||||
initrd.kernelModules = [ "dm-crypt" ];
|
||||
initrd.compressor = "zstd";
|
||||
|
||||
loader = {
|
||||
grub = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue