add gpu stuff
This commit is contained in:
parent
fcc841498a
commit
18b3e0efa4
2 changed files with 20 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue