This commit is contained in:
2026-02-16 13:28:15 +00:00
parent 205b0a516b
commit 5f063d825e
2 changed files with 18 additions and 2 deletions

View File

@@ -19,7 +19,7 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
# boot.kernelPackages = pkgs.linuxPackages_6_12; # Hibernate works on 6.12 but not on latest
boot.kernelPackages = pkgs.linuxPackages_latest; # Unpinned the linux version for now.. as i am not using hibernate that often
boot.kernelPackages = pkgs.linuxPackages_zen; # Unpinned the linux version for now.. as i am not using hibernate that often
networking.hostName = "doloro-nixos-laptop"; # Define your hostname.
security.rtkit.enable = true;
@@ -127,6 +127,7 @@
# "mem_sleep_default=deep"
# "i915.fastboot=1"
"ahci.mobile_lpm_policy=1"
"processor.max_cstate=7"
];
services.logind.settings.Login = {