Skip to content

Commit

Permalink
fix: some stuff, mostly mesa
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraTenshi committed Aug 3, 2024
1 parent 2983136 commit df89ea0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion machines/vocatius/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,18 @@
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
hardware.cpu.intel.updateMicrocode = true;
hardware.intel-gpu-tools.enable = true;
hardware.opengl = {
package = pkgs.mesa.drivers;
driSupport32Bit = true;
package32 = pkgs.pkgsi686Linux.mesa.drivers;
};

security.tpm2 = {
enable = true;
pkcs11.enable = true;
};

environment.systemPackages = [
pkgs.mesa.drivers
pkgs.intel-ocl
pkgs.intel-vaapi-driver
pkgs.vaapiIntel
Expand Down

0 comments on commit df89ea0

Please sign in to comment.