Skip to content
This repository has been archived by the owner on Jan 12, 2025. It is now read-only.

Commit

Permalink
Update services.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
pilz0 authored Oct 10, 2024
1 parent 444c1c6 commit 05cb96f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion services.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
nixpkgs.config.packageOverrides = pkgs: {
vaapiIntel = pkgs.vaapiIntel.override { enableHybridCodec = true; };
};
boot.initrd.availableKernelModules = [];
boot.initrd.kernelModules = [ "nvidia" ];
boot.extraModulePackages = [ config.boot.kernelPackages.nvidia_x11 ];
hardware.graphics = {
enable = true;
extraPackages = with pkgs; [
Expand Down

0 comments on commit 05cb96f

Please # to comment.