nix-config/nixos/_mixins/global/systemd-initrd.nix
Gregory Burd 86706b1fc7 wimpy-ified
inspired by wimpysworld nix-config
2023-09-25 14:05:07 -04:00

4 lines
41 B
Nix

{
boot.initrd.systemd.enable = true;
}