Fix tests broken due to the firewall being enabled by default

This commit is contained in:
Eelco Dolstra
2014-04-11 17:16:44 +02:00
parent 017408e048
commit 13185280fe
16 changed files with 52 additions and 25 deletions
+1
View File
@@ -11,6 +11,7 @@ in
server = { config, pkgs, ... }: {
services.murmur.enable = true;
services.murmur.registerName = "NixOS tests";
networking.firewall.allowedTCPPorts = [ config.services.murmur.port ];
};
client1 = client;