extra boot settings

This commit is contained in:
Mohamed Chrayed 2024-08-01 16:51:42 +02:00
parent e02dc6dd2e
commit 51edce1310
2 changed files with 5 additions and 1 deletions

View File

@ -6,7 +6,7 @@
boot.plymouth.theme = "bgrt";
boot.initrd.verbose = false;
boot.consoleLogLevel = 0;
boot.kernelParams = [ "quiet" "udev.log_level=0" ];
boot.kernelParams = [ "quiet" "udev.log_level=0" "radeon.cik_support=0" "amdgpu.cik_support=1" ];
boot.extraModprobeConfig = ''
options amdgpu ppfeaturemask=0xFFF7FFFF
'';

View File

@ -7,6 +7,10 @@
environment.systemPackages =
(with pkgs; [
mangohud
unigine-valley
unigine-heaven
unigine-tropics
])
++