From 52c98fc3e9b593f1b98caeb00864f884e897866f Mon Sep 17 00:00:00 2001 From: Will Fancher Date: Sat, 19 Mar 2022 04:02:39 -0400 Subject: nixos: systemd: Split unit types into separate module --- nixos/lib/utils.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos/lib/utils.nix') diff --git a/nixos/lib/utils.nix b/nixos/lib/utils.nix index ae68c3920c5..80341dd48fc 100644 --- a/nixos/lib/utils.nix +++ b/nixos/lib/utils.nix @@ -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; }; }; } -- cgit 1.4.1