diff options
Diffstat (limited to 'hosts/banana/configuration.nix')
-rw-r--r-- | hosts/banana/configuration.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/hosts/banana/configuration.nix b/hosts/banana/configuration.nix index b13ce42..025bbab 100644 --- a/hosts/banana/configuration.nix +++ b/hosts/banana/configuration.nix @@ -22,10 +22,9 @@ services.tailscale.enable = true; - hardware.opengl = { + hardware.graphics = { enable = true; - driSupport = true; - driSupport32Bit = true; + enable32Bit = true; }; nixpkgs = { |