diff options
| author | Max Audron <audron@cocaine.farm> | 2025-08-01 00:47:20 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2025-08-01 00:47:20 +0200 |
| commit | 4e6b076f1e629670229e6e3c53e43f818f4f2d62 (patch) | |
| tree | f960e0cf45d2f00d5128d10db8ef73164eb11dbd /lib/default.nix | |
| parent | update garage to 2.0 (diff) | |
more monitoring & scrape config shortcuts
Diffstat (limited to '')
| -rw-r--r-- | lib/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/default.nix b/lib/default.nix index 61c0760..5aecf51 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -4,10 +4,11 @@ flake = { lib = let - callLibs = file: import file { inherit lib; }; + callLibs = file: import file { inherit lib config; }; in { nginx = callLibs ./nginx; + mon = callLibs ./monitoring; }; }; } |
