Unverified Commit d342a4a6 authored by Jonathan Davies's avatar Jonathan Davies
Browse files

nixos/temporal: tests: Use 2 cores

parent bd67078c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -9,6 +9,8 @@
      temporal =
        { config, pkgs, ... }:
        {
          virtualisation.cores = 2;

          networking.firewall.allowedTCPPorts = [ 7233 ];

          environment.systemPackages = [