integrate htpc and associated configuration
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
boot.kernelParams = [
|
||||
"split_lock_detect=off"
|
||||
"scsi_mod.use_blk_mq=1"
|
||||
"transparent_hugepage=madvise" # CachyOS default
|
||||
];
|
||||
boot.loader.limine.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.extraModulePackages = [ ];
|
||||
|
||||
Reference in New Issue
Block a user