hosts: nixos: aramis: hardware: enable graphics
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This commit is contained in:
Bruno BELANYI 2024-02-04 14:39:29 +00:00
parent fe1a1d3fb2
commit b7d9ef4800

View file

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