finish moving pkgs.linimix.callService to config.system

This commit is contained in:
Daniel Barlow
2024-07-15 19:00:08 +01:00
parent 75e9f8210c
commit df395a4d5d
14 changed files with 21 additions and 21 deletions

View File

@@ -14,7 +14,7 @@ in {
};
};
config = {
system.service.uevent-rule = liminix.callService ./rule.nix {
system.service.uevent-rule = config.system.callService ./rule.nix {
serviceName = mkOption {
description = "name of the service to run when the rule matches";
type = types.str;