hosts: nixos: aramis: hardware: enable graphics
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This commit is contained in:
parent
fe1a1d3fb2
commit
b7d9ef4800
1 changed files with 6 additions and 0 deletions
|
|
@ -26,6 +26,12 @@
|
||||||
firmware = {
|
firmware = {
|
||||||
cpuFlavor = "intel";
|
cpuFlavor = "intel";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
graphics = {
|
||||||
|
enable = true;
|
||||||
|
|
||||||
|
gpuFlavor = "intel";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware = {
|
hardware = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue