diff options
author | rubiigen <alyxwren@proton.me> | 2024-07-11 15:14:25 +0100 |
---|---|---|
committer | Frankie B <frankieraybrown@gmail.com> | 2024-07-11 15:17:22 +0100 |
commit | 8bb14cb78da4a3da1b723f6993a16c9aae840706 (patch) | |
tree | 0b2dd515f41458f0a47e549595b4c2c320617d36 /hosts | |
parent | f3273f5c0f4762f0e53a6fcba9f29747ad13ce57 (diff) |
forgot the change to hardware.graphics from hardware.opengl in banana's configuration.nix file, added.
Diffstat (limited to 'hosts')
-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 = { |