nixos-config/modules/system/boot/systemd/default.nix
2024-11-24 20:02:09 -05:00

6 lines
81 B
Nix

{ ... }:
{
imports = [ ./root-reset ];
boot.initrd.systemd.enable = true;
}