NixOS-Config/modules/system/devices/boot/systemd/services/default.nix

7 lines
81 B
Nix

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