diff options
| author | Jakub Stachurski <jakub@wilkuu.nl> | 2026-07-12 23:07:38 +0200 |
|---|---|---|
| committer | Jakub Stachurski <jakub@wilkuu.nl> | 2026-07-12 23:07:38 +0200 |
| commit | 21daf43ebc2403ce6991390478dd31fad8d9f10e (patch) | |
| tree | f6bdea69f9394b8baf8d439e9d23ac8e3a79638a /hosts/tacitus/network.nix | |
| parent | c4ac6a0b88ff83a90a3c957034b52bedbe4d5868 (diff) | |
I am very not sure what all of this is :3
Diffstat (limited to 'hosts/tacitus/network.nix')
| -rw-r--r-- | hosts/tacitus/network.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/tacitus/network.nix b/hosts/tacitus/network.nix index df48a9b..2409ba1 100644 --- a/hosts/tacitus/network.nix +++ b/hosts/tacitus/network.nix @@ -8,6 +8,7 @@ let 443 config.services.grafana.settings.server.http_port config.services.prometheus.port + config.services.mysql.settings.mysqld.port ] ++ lib.mapAttrsToList (_: opt: opt.port) ( lib.filterAttrs ( |
