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;