diff options
| author | Jakub Stachurski <jakub@wilkuu.nl> | 2026-07-21 20:28:13 +0200 |
|---|---|---|
| committer | Jakub Stachurski <jakub@wilkuu.nl> | 2026-07-21 20:28:13 +0200 |
| commit | 8da770badb7fe21df138e770c8d1a8b6c4604882 (patch) | |
| tree | 947cc879a2b00c02e682f63cd6b8e0a36da6a742 /hosts/tacitus/network.nix | |
| parent | 381984fc596c3cf268d4bcf061164158fbcfb95a (diff) | |
nixfmt
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 2409ba1..513d89c 100644 --- a/hosts/tacitus/network.nix +++ b/hosts/tacitus/network.nix @@ -8,7 +8,7 @@ let 443 config.services.grafana.settings.server.http_port config.services.prometheus.port - config.services.mysql.settings.mysqld.port + config.services.mysql.settings.mysqld.port ] ++ lib.mapAttrsToList (_: opt: opt.port) ( lib.filterAttrs ( |
