hosts: nixos: aramis: hardware: enable graphics
This commit is contained in:
parent
f54cee8f70
commit
183f3b48c8
1 changed files with 6 additions and 0 deletions
|
|
@ -26,6 +26,12 @@
|
|||
firmware = {
|
||||
cpuFlavor = "intel";
|
||||
};
|
||||
|
||||
graphics = {
|
||||
enable = true;
|
||||
|
||||
gpuFlavor = "intel";
|
||||
};
|
||||
};
|
||||
|
||||
hardware = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue