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;