From e936403bbb071a50f7425a94fc4c463e2d4aac83 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Sun, 16 Sep 2018 16:59:48 +0200 Subject: [PATCH] [ASUS] /tmp sur tmpfs --- systems/ASUS-G46VW/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/ASUS-G46VW/configuration.nix b/systems/ASUS-G46VW/configuration.nix index 0868f22..867ac17 100644 --- a/systems/ASUS-G46VW/configuration.nix +++ b/systems/ASUS-G46VW/configuration.nix @@ -21,6 +21,7 @@ # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + boot.tmpOnTmpfs = true; boot.plymouth.enable = true; hardware.bumblebee.enable = true;