laptop necessaries

This commit is contained in:
atagen 2025-09-09 11:44:09 +10:00
parent 6b2b079a18
commit 3595871019
3 changed files with 17 additions and 15 deletions

View file

@ -1,4 +1,4 @@
{scope, ...}:
{ scope, ... }:
scope "boot" {
kernelParams = [
"mitigations=off"
@ -15,7 +15,7 @@ scope "boot" {
"sd_mod"
"rtsx_pci_sdmmc"
];
initrd.kernelModules = ["dm-snapshot"];
initrd.kernelModules = [ "dm-snapshot" ];
kernelModules = [
"iwlwifi"
"kvm-intel"
@ -23,7 +23,7 @@ scope "boot" {
loader.systemd-boot = {
enable = true;
consoleMode = "max";
configurationLimit = 2;
configurationLimit = 5;
};
loader.efi.canTouchEfiVariables = true;
}