From 8b92d362b61369fe774021cbf0945b4d261077b9 Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Mon, 22 Jun 2026 01:20:43 +0200 Subject: nix fmt --- hosts/tacitus/network.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hosts') 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 -- cgit v1.3.1