From 989846165a5744a2af1a2574fe53369023e6a70b Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Wed, 3 Jul 2024 20:17:41 +0200 Subject: [PATCH] Nixos: Rename options after update --- system/nixinator/hardware-configuration.nix | 4 ++-- system/nixtop/hardware-configuration.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/system/nixinator/hardware-configuration.nix b/system/nixinator/hardware-configuration.nix index 5314eb82..c9fe320c 100644 --- a/system/nixinator/hardware-configuration.nix +++ b/system/nixinator/hardware-configuration.nix @@ -82,12 +82,12 @@ }; # video.hidpi.enable = lib.mkDefault true; # No longer has any effect - opengl = { + graphics = { enable = true; # Vulkan # driSupport = true; # NOTE: Deprecated - driSupport32Bit = true; + enable32Bit = true; # AMD: https://nixos.wiki/wiki/AMD_GPU extraPackages = with pkgs; [ diff --git a/system/nixtop/hardware-configuration.nix b/system/nixtop/hardware-configuration.nix index 25c250c6..173ca1fd 100644 --- a/system/nixtop/hardware-configuration.nix +++ b/system/nixtop/hardware-configuration.nix @@ -45,7 +45,7 @@ enableRedistributableFirmware = true; cpu.intel.updateMicrocode = true; - opengl = { + graphics = { enable = true; # driSupport = true; # NOTE: Deprecated extraPackages = with pkgs; [