refactor(nix/host/orion): use hardware.graphics instead of hardware.opengl

`hardware.opengl` was renamed/deprecated
This commit is contained in:
Price Hiller 2024-06-21 15:42:14 -05:00
parent 3a87e6e317
commit 79bc616136
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -26,6 +26,6 @@
];
};
};
hardware.opengl.enable = true;
hardware.graphics.enable = true;
services.spice-vdagentd.enable = true;
}