1
0
nixfiles/configuration/common/initrd.nix

8 lines
72 B
Nix

{ lib, ... }:
{
boot.initrd.systemd.enable = lib.mkDefault true;
}