Regenerated
This commit is contained in:
+4
-11
@@ -263,16 +263,14 @@ in
|
||||
grub = {
|
||||
enable = true;
|
||||
efiSupport = true;
|
||||
efiInstallAsRemovable = true;
|
||||
#device = "nodev";
|
||||
useOSProber = true;
|
||||
|
||||
# Keep multiple generations (fixes menu issue)
|
||||
configurationLimit = 10;
|
||||
|
||||
# ✅ Fully declarative theme
|
||||
configurationLimit = 25;
|
||||
# Fully declarative theme
|
||||
theme = grubTheme;
|
||||
};
|
||||
|
||||
timeout = 5;
|
||||
};
|
||||
|
||||
@@ -289,9 +287,7 @@ in
|
||||
];
|
||||
|
||||
boot.consoleLogLevel = 0;
|
||||
|
||||
boot.initrd.systemd.enable = true;
|
||||
|
||||
boot.initrd.availableKernelModules = [
|
||||
"xhci_pci"
|
||||
"nvme"
|
||||
@@ -299,7 +295,6 @@ in
|
||||
"sd_mod"
|
||||
"rtsx_usb_sdmmc"
|
||||
];
|
||||
|
||||
boot.kernelModules = [ "kvm-intel" ];
|
||||
|
||||
#################################
|
||||
@@ -318,9 +313,7 @@ in
|
||||
#################################
|
||||
# CPU / platform
|
||||
#################################
|
||||
hardware.cpu.intel.updateMicrocode =
|
||||
lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
|
||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
}
|
||||
#+END_SRC
|
||||
|
||||
Reference in New Issue
Block a user