fix(host/fix): updating the hardware-configuration

This commit is contained in:
Raphael 2025-10-19 22:30:33 +02:00
parent 53ec804d37
commit c4e36703c9
No known key found for this signature in database
2 changed files with 6 additions and 4 deletions

View file

@ -47,6 +47,10 @@
"/mnt/data" = {
device = "/dev/disk/by-uuid/5729d30c-5806-4ccd-8a2a-080a258084dc";
fsType = "ext4";
options = [
"acl"
"exec"
];
};
};
@ -64,8 +68,6 @@
hardware = {
graphics.enable = true;
driSupport32Bit = true;
steam-hardware.enable = true;
nvidia = {
open = false;
modesetting.enable = true;