hosts: nixos: aramis: hardware: enable graphics
This commit is contained in:
parent
f54cee8f70
commit
183f3b48c8
|
@ -26,6 +26,12 @@
|
|||
firmware = {
|
||||
cpuFlavor = "intel";
|
||||
};
|
||||
|
||||
graphics = {
|
||||
enable = true;
|
||||
|
||||
gpuFlavor = "intel";
|
||||
};
|
||||
};
|
||||
|
||||
hardware = {
|
||||
|
|
Loading…
Reference in a new issue