mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
initrd: Optional systemd-based initrd
This commit is contained in:
parent
25113740a5
commit
2d4ebf1259
7 changed files with 385 additions and 14 deletions
|
@ -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 ]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue