1
0
Fork 0

rename service-trigger rule to match service name

This commit is contained in:
Daniel Barlow 2024-07-28 22:35:37 +01:00
parent fe735408a1
commit 39020607ad
4 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ in {
type = liminix.lib.types.serviceDefn; type = liminix.lib.types.serviceDefn;
}; };
}; };
imports = [ ../mdevd.nix ../service-trigger ]; imports = [ ../mdevd.nix ../uevent-rule ];
config.system.service.mount = config.system.service.mount =
let svc = config.system.callService ./service.nix { let svc = config.system.callService ./service.nix {
partlabel = mkOption { partlabel = mkOption {

View File

@ -8,7 +8,7 @@ let
}; };
in { in {
imports = [ imports = [
../service-trigger ../uevent-rule
../mdevd.nix ../mdevd.nix
]; ];