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 = {
|
boot = {
|
||||||
|
tmp.useTmpfs = true;
|
||||||
initrd = {
|
initrd = {
|
||||||
verbose = true;
|
verbose = true;
|
||||||
systemd.enable = true;
|
systemd.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue