perf: my-lib under config

This commit is contained in:
xinyangli 2024-12-04 17:08:09 +08:00
parent b667f8bf3f
commit 241f7265d5
Signed by: xin
SSH key fingerprint: SHA256:UU5pRTl7NiLFJbWJZa+snLylZSXIz5rgHmwjzv8v4oE
8 changed files with 33 additions and 32 deletions

View file

@ -2,7 +2,6 @@
pkgs,
config,
lib,
my-lib,
...
}:
let
@ -14,7 +13,7 @@ let
types
literalExpression
;
inherit (my-lib.settings)
inherit (config.my-lib.settings)
alertmanagerPort
;
cfg = config.custom.monitoring;