switch to amd graphics

This commit is contained in:
2026-06-03 21:39:57 +02:00
parent 335a6b3238
commit 54bf93d7a0
2 changed files with 5 additions and 1 deletions
+5
View File
@@ -60,4 +60,9 @@
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
# required for ZFS
networking.hostId = "00000001";
hardware.graphics = {
enable = true;
enable32Bit = true;
};
}