revive laptop
This commit is contained in:
parent
5003fc7953
commit
4250d3a668
12 changed files with 159 additions and 448 deletions
|
@ -1,4 +1,4 @@
|
|||
{ scope, ... }:
|
||||
{scope, ...}:
|
||||
scope "boot" {
|
||||
kernelParams = [
|
||||
"mitigations=off"
|
||||
|
@ -15,11 +15,15 @@ scope "boot" {
|
|||
"sd_mod"
|
||||
"rtsx_pci_sdmmc"
|
||||
];
|
||||
initrd.kernelModules = [ "dm-snapshot" ];
|
||||
initrd.kernelModules = ["dm-snapshot"];
|
||||
kernelModules = [
|
||||
"iwlwifi"
|
||||
"kvm-intel"
|
||||
];
|
||||
loader.systemd-boot.configurationLimit = 2;
|
||||
loader.systemd-boot = {
|
||||
enable = true;
|
||||
consoleMode = "max";
|
||||
configurationLimit = 2;
|
||||
};
|
||||
loader.efi.canTouchEfiVariables = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue