diff options
Diffstat (limited to 'nixos/hosts/tente/default.nix')
-rw-r--r-- | nixos/hosts/tente/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nixos/hosts/tente/default.nix b/nixos/hosts/tente/default.nix index b54c378..07b70a4 100644 --- a/nixos/hosts/tente/default.nix +++ b/nixos/hosts/tente/default.nix @@ -21,6 +21,7 @@ in ./git.nix ./headscale.nix ./matrix.nix + ./monitoring.nix "${sources.my-osm-proposals}/service.nix" ]; @@ -45,6 +46,10 @@ in }; }; + monitoring.grafanaUiPort = 3000; + monitoring.alloyUiPort = 3001; + monitoring.lokiPort = 3030; + monitoring.prometheusExporterPort = 9002; headscale.port = 8080; matrix.port = 8008; |