refactor(nix/host/orion): use hardware.graphics
instead of hardware.opengl
`hardware.opengl` was renamed/deprecated
This commit is contained in:
parent
3a87e6e317
commit
79bc616136
@ -26,6 +26,6 @@
|
||||
];
|
||||
};
|
||||
};
|
||||
hardware.opengl.enable = true;
|
||||
hardware.graphics.enable = true;
|
||||
services.spice-vdagentd.enable = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user