mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
Fix tests broken due to the firewall being enabled by default
This commit is contained in:
parent
017408e048
commit
13185280fe
16 changed files with 52 additions and 25 deletions
|
@ -12,6 +12,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
{ services.httpd.enable = true;
|
||||
services.httpd.adminAddr = "foo@example.org";
|
||||
networking.firewall.allowedTCPPorts = [ 80 ];
|
||||
};
|
||||
|
||||
router =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue