finish moving pkgs.linimix.callService to config.system
This commit is contained in:
@@ -15,7 +15,7 @@ in
|
||||
type = liminix.lib.types.serviceDefn;
|
||||
};
|
||||
};
|
||||
config.system.service.watchdog = liminix.callService ./watchdog.nix {
|
||||
config.system.service.watchdog = config.system.callService ./watchdog.nix {
|
||||
watched = mkOption {
|
||||
description = "services to watch";
|
||||
type = types.listOf liminix.lib.types.service;
|
||||
|
Reference in New Issue
Block a user