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
|
|
@ -19,6 +19,7 @@ in {
|
|||
powerManagement.enable = true;
|
||||
powerManagement.finegrained = mkIf config.hardware.nvidia.prime.offload.enable true;
|
||||
modesetting.enable = true;
|
||||
nvidiaSettings = true;
|
||||
};
|
||||
|
||||
aviallon.boot.cmdline = mkIf cfg.saveAllVram {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue