Skip to content

Commit

Permalink
fix(nixos/alpha): use new option name for hardware.opengl
Browse files Browse the repository at this point in the history
Changed to `hardware.graphics`.
  • Loading branch information
dixslyf committed Jul 3, 2024
1 parent 9625f65 commit ab75237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/hosts/alpha/hardware/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
nvidiaBusId = "PCI:2:0:0";
};
};
opengl = {
graphics = {
enable = true;
extraPackages = with pkgs; [
intel-media-driver
Expand Down

0 comments on commit ab75237

Please sign in to comment.