From 57f015434610d3b0c5052e7b621a13800779b637 Mon Sep 17 00:00:00 2001 From: Bloxx12 Date: Wed, 9 Apr 2025 15:31:18 +0200 Subject: [PATCH] boot/module.nix: enable tmpFs --- modules/system/boot/module.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system/boot/module.nix b/modules/system/boot/module.nix index 882b70d..275fa5d 100644 --- a/modules/system/boot/module.nix +++ b/modules/system/boot/module.nix @@ -25,6 +25,7 @@ in { } ]; boot = { + tmp.useTmpfs = true; initrd = { verbose = true; systemd.enable = true;