remove unused bits
This commit is contained in:
parent
6e9685b90d
commit
e76e76b8c2
2 changed files with 3 additions and 5 deletions
|
|
@ -8,9 +8,9 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
algorithm = "zstd";
|
algorithm = "zstd";
|
||||||
};
|
};
|
||||||
nixpkgs.overlays = [
|
# nixpkgs.overlays = [
|
||||||
(import ../extras/libinput-overlay.nix)
|
# (import ../extras/libinput-overlay.nix)
|
||||||
];
|
# ];
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# fw-ectool
|
# fw-ectool
|
||||||
framework-tool
|
framework-tool
|
||||||
|
|
@ -91,7 +91,6 @@ AttrKeyboardIntegration=internal";
|
||||||
];
|
];
|
||||||
boot.kernelParams = [
|
boot.kernelParams = [
|
||||||
# "mem_sleep_default=deep"
|
# "mem_sleep_default=deep"
|
||||||
# "nvme.noacpi=1"
|
|
||||||
"amdgpu.abmlevel=1"
|
"amdgpu.abmlevel=1"
|
||||||
];
|
];
|
||||||
boot.kernelModules = ["kvm-amd"];
|
boot.kernelModules = ["kvm-amd"];
|
||||||
|
|
|
||||||
|
|
@ -73,7 +73,6 @@
|
||||||
];
|
];
|
||||||
boot.kernelParams = [
|
boot.kernelParams = [
|
||||||
"acpi_osi=\"!Windows 2020\""
|
"acpi_osi=\"!Windows 2020\""
|
||||||
# "mem_sleep_default=deep"
|
|
||||||
"nvme.noacpi=1"
|
"nvme.noacpi=1"
|
||||||
"i915.enable_psr=1"
|
"i915.enable_psr=1"
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue