boot/module.nix: enable tmpFs

This commit is contained in:
Bloxx12 2025-04-09 15:31:18 +02:00
commit 57f0154346

View file

@ -25,6 +25,7 @@ in {
} }
]; ];
boot = { boot = {
tmp.useTmpfs = true;
initrd = { initrd = {
verbose = true; verbose = true;
systemd.enable = true; systemd.enable = true;