Fix tests broken due to the firewall being enabled by default
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
{ config, pkgs, ... }:
|
||||
{ services.httpd.enable = true;
|
||||
services.httpd.adminAddr = "foo@example.org";
|
||||
networking.firewall.allowedTCPPorts = [ 80 ];
|
||||
};
|
||||
|
||||
router =
|
||||
|
||||
Reference in New Issue
Block a user