diff options
| author | Jakub Stachurski <jakub@wilkuu.xyz> | 2026-06-29 19:17:08 +0200 |
|---|---|---|
| committer | Jakub Stachurski <jakub@wilkuu.xyz> | 2026-06-29 19:17:08 +0200 |
| commit | c4ac6a0b88ff83a90a3c957034b52bedbe4d5868 (patch) | |
| tree | 5122bdf38be616ad5359dad31a684f46ed0f1525 /hosts/tacitus/network.nix | |
| parent | e7e8d7656c1eaef422a02aa4a4d84545a31d3ce5 (diff) | |
uuuuh
Diffstat (limited to 'hosts/tacitus/network.nix')
| -rw-r--r-- | hosts/tacitus/network.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/tacitus/network.nix b/hosts/tacitus/network.nix index d29e73f..df48a9b 100644 --- a/hosts/tacitus/network.nix +++ b/hosts/tacitus/network.nix @@ -6,7 +6,7 @@ let 25 80 443 - config.services.grafana.port + config.services.grafana.settings.server.http_port config.services.prometheus.port ] ++ lib.mapAttrsToList (_: opt: opt.port) ( |
