aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorrubiigen <alyxwren@proton.me>2024-07-11 15:14:25 +0100
committerFrankie B <frankieraybrown@gmail.com>2024-07-11 15:17:22 +0100
commit8bb14cb78da4a3da1b723f6993a16c9aae840706 (patch)
tree0b2dd515f41458f0a47e549595b4c2c320617d36 /hosts
parentf3273f5c0f4762f0e53a6fcba9f29747ad13ce57 (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.nix5
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 = {