calcaite: change nvidia driver to latest
Stable nvidia driver now defaults to production due to NixOS/nixpkgs#365454. It's way too old and causes suspend issue. Use latest instead.
This commit is contained in:
parent
9f56d22b1d
commit
6991031aff
1 changed files with 6 additions and 0 deletions
|
@ -33,6 +33,7 @@ in
|
|||
"nvidia_modeset"
|
||||
"nvidia_uvm"
|
||||
];
|
||||
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.latest;
|
||||
boot.supportedFilesystems = [ "ntfs" ];
|
||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
|
||||
|
@ -189,6 +190,10 @@ in
|
|||
pkgs.gutenprintBin
|
||||
pkgs.canon-cups-ufr2
|
||||
];
|
||||
hardware.sane = {
|
||||
enable = true;
|
||||
extraBackends = [ pkgs.hplipWithPlugin ];
|
||||
};
|
||||
|
||||
hardware.pulseaudio.enable = false;
|
||||
security.rtkit.enable = true;
|
||||
|
@ -211,6 +216,7 @@ in
|
|||
"wheel"
|
||||
"wireshark"
|
||||
"tss"
|
||||
"scanner"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue