diff options
Diffstat (limited to 'hosts')
| -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 |
