diff options
| author | Jakub Stachurski <jakub@wilkuu.xyz> | 2026-06-22 01:20:43 +0200 |
|---|---|---|
| committer | Jakub Stachurski <jakub@wilkuu.xyz> | 2026-06-22 01:20:43 +0200 |
| commit | 8b92d362b61369fe774021cbf0945b4d261077b9 (patch) | |
| tree | 144417ee35798f4fccdb100009f8144e4f072f18 /hosts/tacitus | |
| parent | bf225126903b6428ac1226bba0bc2da392a2c5a6 (diff) | |
nix fmt
Diffstat (limited to 'hosts/tacitus')
| -rw-r--r-- | hosts/tacitus/network.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/tacitus/network.nix b/hosts/tacitus/network.nix index ee24ad0..d29e73f 100644 --- a/hosts/tacitus/network.nix +++ b/hosts/tacitus/network.nix @@ -8,7 +8,8 @@ let 443 config.services.grafana.port config.services.prometheus.port - ] ++ lib.mapAttrsToList (_: opt: opt.port) ( + ] + ++ lib.mapAttrsToList (_: opt: opt.port) ( lib.filterAttrs ( _: e: let |
