perf: my-lib under config
This commit is contained in:
parent
b667f8bf3f
commit
241f7265d5
8 changed files with 33 additions and 32 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue