wrap uevent-watch in a service

This commit is contained in:
Daniel Barlow
2024-06-02 18:27:59 +01:00
parent f091bbd706
commit 884d8d194e
4 changed files with 76 additions and 5 deletions

View File

@@ -4,6 +4,10 @@ let
inherit (lib) mkOption types;
svc = config.system.service;
in {
imports = [
../service-trigger
];
options = {
system.service.wwan = mkOption {
type = liminix.lib.types.serviceDefn;