diff options
| author | Jakub Stachurski <jakub@wilkuu.nl> | 2026-07-30 21:58:26 +0200 |
|---|---|---|
| committer | Jakub Stachurski <jakub@wilkuu.nl> | 2026-07-30 21:58:26 +0200 |
| commit | 869cecc8a0dd9f5af2e36c89ddabe54f25bc2ebc (patch) | |
| tree | 6db251dbe2b3ee774dd7e07f679193c104a5cd97 /modules/default.nix | |
| parent | 8da770badb7fe21df138e770c8d1a8b6c4604882 (diff) | |
Get inventory to manage monitoring connections
This makes it so you can define the monitoring in the inventory and
tacitus will automatically, pick it up.
Diffstat (limited to 'modules/default.nix')
| -rw-r--r-- | modules/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/default.nix b/modules/default.nix index 6cc52d8..39915dd 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -17,6 +17,7 @@ ./test_endpoint.nix ./prometheus.nix ./mjmap.nix + ./firewall.nix ]; nixpkgs.overlays = [ |
