forked from nyanloutre/nixos-config
[ASUS] /tmp sur tmpfs
This commit is contained in:
parent
3bba3d3e23
commit
e936403bbb
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
||||||
# Use the systemd-boot EFI boot loader.
|
# Use the systemd-boot EFI boot loader.
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
boot.tmpOnTmpfs = true;
|
||||||
boot.plymouth.enable = true;
|
boot.plymouth.enable = true;
|
||||||
|
|
||||||
hardware.bumblebee.enable = true;
|
hardware.bumblebee.enable = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue