nixos: systemd: Split unit types into separate module

This commit is contained in:
Will Fancher 2022-03-19 04:02:39 -04:00
parent 397b8257a0
commit 52c98fc3e9
4 changed files with 46 additions and 36 deletions

View file

@ -197,5 +197,6 @@ rec {
systemdUtils = {
lib = import ./systemd-lib.nix { inherit lib config pkgs; };
unitOptions = import ./systemd-unit-options.nix { inherit lib systemdUtils; };
types = import ./systemd-types.nix { inherit lib systemdUtils; };
};
}