nixos-config/modules/system/devices/boot/systemd/services/default.nix
2024-11-24 20:46:35 -05:00

6 lines
81 B
Nix

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