hosts: nixos: aramis: hardware: enable graphics

This commit is contained in:
Bruno BELANYI 2024-02-04 14:39:29 +00:00
parent f54cee8f70
commit 183f3b48c8

View file

@ -26,6 +26,12 @@
firmware = {
cpuFlavor = "intel";
};
graphics = {
enable = true;
gpuFlavor = "intel";
};
};
hardware = {