mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
remove stable kernel spec
This commit is contained in:
parent
037a4f4415
commit
25ba58c7f5
2 changed files with 0 additions and 19 deletions
|
|
@ -52,13 +52,5 @@
|
|||
boot.kernelModules = [ "sp5100_tco" ];
|
||||
systemd.watchdog.rebootTime = "300s";
|
||||
programs.fish.enable = true;
|
||||
specialisation = {
|
||||
stable-kernel.configuration = {
|
||||
system.nixos.tags = [ "stable" ];
|
||||
boot.kernelPackages = lib.mkForce pkgs.linuxPackages;
|
||||
boot.kernelParams = lib.mkForce [ "processor.max_cstate=1" ];
|
||||
zramSwap.enable = lib.mkForce false;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue