From 68a13bd77999a71a63fe317ca47c1b01cefa4e2c Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Thu, 6 Jul 2023 14:31:50 +0530 Subject: configuration: use tmpfs for /tmp --- configuration.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index a193d6b..f9cea19 100644 --- a/configuration.nix +++ b/configuration.nix @@ -13,9 +13,12 @@ in ]; # boot - boot.loader = { - systemd-boot.enable = true; - efi.canTouchEfiVariables = true; + boot = { + tmp.useTmpfs = true; + loader = { + systemd-boot.enable = true; + efi.canTouchEfiVariables = true; + }; }; # networking -- cgit v1.2.3