Regenerated

This commit is contained in:
2026-03-24 10:28:51 +00:00
parent d0a69c4058
commit e37c2c6d2b
21 changed files with 4 additions and 830 deletions
+4 -11
View File
@@ -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