hosts: move away from deprecated options

This commit is contained in:
Nikodem Rabuliński 2024-07-19 21:49:41 +02:00 committed by Nikodem Rabuliński
parent 04c3fee545
commit db222f49ba
2 changed files with 3 additions and 3 deletions

View file

@ -103,8 +103,8 @@
modesetting.enable = true;
};
hardware.opengl = {
hardware.graphics = {
enable = true;
driSupport32Bit = true;
enable32Bit = true;
};
}