Fix tests broken due to the firewall being enabled by default
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user