initrd: Optional systemd-based initrd

This commit is contained in:
Will Fancher 2022-03-19 23:00:06 -04:00
parent 25113740a5
commit 2d4ebf1259
7 changed files with 385 additions and 14 deletions

View file

@ -12,6 +12,7 @@ rec {
}));
services = with types; attrsOf (submodule [ { options = serviceOptions; } unitConfig serviceConfig ]);
initrdServices = with types; attrsOf (submodule [ { options = serviceOptions; } unitConfig initrdServiceConfig ]);
targets = with types; attrsOf (submodule [ { options = targetOptions; } unitConfig ]);