laptop necessaries
This commit is contained in:
parent
6b2b079a18
commit
3595871019
3 changed files with 17 additions and 15 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue