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_modeset"
|
||||||
"nvidia_uvm"
|
"nvidia_uvm"
|
||||||
];
|
];
|
||||||
|
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.latest;
|
||||||
boot.supportedFilesystems = [ "ntfs" ];
|
boot.supportedFilesystems = [ "ntfs" ];
|
||||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||||
|
|
||||||
|
@ -189,6 +190,10 @@ in
|
||||||
pkgs.gutenprintBin
|
pkgs.gutenprintBin
|
||||||
pkgs.canon-cups-ufr2
|
pkgs.canon-cups-ufr2
|
||||||
];
|
];
|
||||||
|
hardware.sane = {
|
||||||
|
enable = true;
|
||||||
|
extraBackends = [ pkgs.hplipWithPlugin ];
|
||||||
|
};
|
||||||
|
|
||||||
hardware.pulseaudio.enable = false;
|
hardware.pulseaudio.enable = false;
|
||||||
security.rtkit.enable = true;
|
security.rtkit.enable = true;
|
||||||
|
@ -211,6 +216,7 @@ in
|
||||||
"wheel"
|
"wheel"
|
||||||
"wireshark"
|
"wireshark"
|
||||||
"tss"
|
"tss"
|
||||||
|
"scanner"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue