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

7 lines
81 B
Nix
Raw Normal View History

2024-11-24 20:02:09 -05:00
{ ... }:
{
imports = [ ./root-reset ];
boot.initrd.systemd.enable = true;
}