From 46521c39f0d750e6256919e4dfbc193a0898a47f Mon Sep 17 00:00:00 2001 From: Krzysztof Saczuk Date: Wed, 8 May 2024 17:25:02 +0200 Subject: [PATCH] chore(config): disable tmpfs (#62) --- configuration.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/configuration.nix b/configuration.nix index 20fea1d..ff3abff 100644 --- a/configuration.nix +++ b/configuration.nix @@ -82,11 +82,7 @@ initrd.availableKernelModules = ["ehci_pci" "ahci" "nvme" "xhci_pci" "usbhid" "usb_storage" "sd_mod"]; loader.efi.canTouchEfiVariables = true; - tmp = { - cleanOnBoot = true; - useTmpfs = true; - tmpfsSize = "25%"; - }; + tmp.cleanOnBoot = true; plymouth = { enable = true;