add gpu stuff

This commit is contained in:
Elias Gasparis 2025-06-19 08:12:06 +08:00
parent fcc841498a
commit 18b3e0efa4
2 changed files with 20 additions and 4 deletions

View file

@ -19,7 +19,10 @@
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.grub.configurationLimit = 10;
boot.initrd.luks.devices."luks-886090f3-1ba1-4134-9734-5b922106820d".device = "/dev/disk/by-uuid/886090f3-1ba1-4134-9734-5b922106820d";
boot.initrd.luks.devices."luks-886090f3-1ba1-4134-9734-5b922106820d".device = "/dev/disk/by-uuid/886090f3-1ba1-4134-9734-5b922106820d";
# Let the system detect and handle plugged-in hardware
services.udev.enable = true;
# Clear /tmp during boot
boot.tmp.cleanOnBoot = true;