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 = {
tmp.useTmpfs = true;
initrd = {
verbose = true;
systemd.enable = true;