boot/module.nix: enable tmpFs
This commit is contained in:
parent
e7d801866a
commit
57f0154346
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ in {
|
|||
}
|
||||
];
|
||||
boot = {
|
||||
tmp.useTmpfs = true;
|
||||
initrd = {
|
||||
verbose = true;
|
||||
systemd.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue