mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Hardware/Nvidia] fix typo in extraModprobeconfig
This commit is contained in:
parent
ee8c0c75e6
commit
ec44bd467f
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ in {
|
||||||
aviallon.programs.nvtop.nvidia = true;
|
aviallon.programs.nvtop.nvidia = true;
|
||||||
|
|
||||||
boot.extraModprobeConfig = ''
|
boot.extraModprobeConfig = ''
|
||||||
option nvidia NVreg_RegistryDwords="${concatStringsSep ";" cfg.proprietary.registryDwords}"
|
options nvidia NVreg_RegistryDwords="${concatStringsSep ";" cfg.proprietary.registryDwords}"
|
||||||
'';
|
'';
|
||||||
aviallon.boot.cmdline = {}
|
aviallon.boot.cmdline = {}
|
||||||
// {
|
// {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue