mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[General+Boot] Add more options options to minimal config.
Use mainline kvdo. Add more options to nouveau kernel module.
This commit is contained in:
parent
233927842b
commit
1c83eb0708
5 changed files with 40 additions and 23 deletions
|
|
@ -5,5 +5,14 @@ let
|
|||
in {
|
||||
config = mkIf (cfg.enable && !cfg.useProprietary) {
|
||||
boot.initrd.kernelModules = [ "nouveau" ];
|
||||
|
||||
aviallon.boot.cmdline = {
|
||||
"nouveau.perflvl_wr" = 7777;
|
||||
"nouveau.pstate" = 1;
|
||||
"nouveau.runpm" = 1;
|
||||
"nouveau.modeset" = 1;
|
||||
"nouveau.config" = "NvBoost=1";
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue