diff options
Diffstat (limited to 'ilex')
-rw-r--r-- | ilex/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ilex/configuration.nix b/ilex/configuration.nix index 640b1bd..e265207 100644 --- a/ilex/configuration.nix +++ b/ilex/configuration.nix @@ -12,6 +12,7 @@ networking.firewall.allowedTCPPorts = [ 5000 ]; boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_1; + hardware.opengl.driSupport32Bit = true; # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot.enable = true; |