9 lines
102 B
Nix
9 lines
102 B
Nix
{
|
|
config,
|
|
scope,
|
|
...
|
|
}:
|
|
scope "boot" {
|
|
tmp.useTmpfs = true;
|
|
initrd.systemd.enable = true;
|
|
}
|