nix/graphical/boot.nix
2025-08-20 18:02:03 +10:00

9 lines
102 B
Nix

{
config,
scope,
...
}:
scope "boot" {
tmp.useTmpfs = true;
initrd.systemd.enable = true;
}