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;
};
};
imports = [ ../mdevd.nix ../service-trigger ];
imports = [ ../mdevd.nix ../uevent-rule ];
config.system.service.mount =
let svc = config.system.callService ./service.nix {
partlabel = mkOption {