finish converting outputRef to lambda

This commit is contained in:
Daniel Barlow
2024-08-30 20:46:48 +01:00
parent 0df2c83382
commit defbfce1fb
3 changed files with 5 additions and 6 deletions

View File

@@ -66,7 +66,7 @@ in {
subscriber = config.system.callService ./subscriber.nix {
watch = mkOption {
description = "secrets paths to subscribe to";
type = types.listOf types.attrs;
type = types.listOf (types.functionTo types.anything);
};
service = mkOption {
description = "subscribing service that will receive notification";