WIP: feat(systemd): switch to systemd #33

Draft
lbailly wants to merge 8 commits from lbailly/liminix:systemd into main
Showing only changes of commit 643264bd69 - Show all commits

View file

@ -22,6 +22,7 @@ in
{ {
inherit (utils.systemdUtils.types) units targets; inherit (utils.systemdUtils.types) units targets;
services = lib.types.attrsOf (lib.types.submodule [ services = lib.types.attrsOf (lib.types.submodule [
{ enableStrictShellChecks = false; }
unitConfig unitConfig
stage2ServiceOptions stage2ServiceOptions
stage2ServiceConfig stage2ServiceConfig