update all calls to uevent-watch

This commit is contained in:
Daniel Barlow
2024-06-02 20:40:56 +01:00
parent 884d8d194e
commit c8c79fd75a
3 changed files with 13 additions and 16 deletions

View File

@@ -19,9 +19,9 @@ in {
type = liminix.lib.types.serviceDefn;
};
};
imports = [ ../mdevd.nix ];
imports = [ ../mdevd.nix ../service-trigger ];
config.system.service.mount =
let svc = liminix.callService ./service.nix {
let svc = config.system.callService ./service.nix {
partlabel = mkOption {
type = types.str;
example = "my-usb-stick";