Merge branch 'main' of srcpub:greg/nixos
buildbot/nix-eval Build done. (1 warning)
buildbot/nix-build Build done.
buildbot/nix-effects Build done.

This commit is contained in:
Greg Hellings
2026-03-25 17:38:28 -05:00
+5
View File
@@ -92,4 +92,9 @@ with lib;
virtualHosts = mapAttrs makeHost cfg; virtualHosts = mapAttrs makeHost cfg;
}; };
config.networking.firewall.allowedTCPPorts = mkIf ((attrValues cfg) != [ ]) [
80
443
];
} }