We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c61ef9f commit a37a1bbCopy full SHA for a37a1bb
checks/iperf.nix
@@ -32,6 +32,10 @@ nixpkgs.lib.optionalAttrs (builtins.elem hypervisor self.lib.hypervisorsWithNetw
32
};
33
networking.firewall.enable = false;
34
services.iperf3.enable = true;
35
+ # Hack for slow Github CI
36
+ systemd.extraConfig = ''
37
+ DefaultTimeoutStartSec=600
38
+ '';
39
}
40
];
41
checks/vm.nix
@@ -16,6 +16,10 @@
16
17
# Must be big enough for the store overlay volume
18
virtualisation.diskSize = 4096;
19
20
21
22
23
24
microvm.vms."${system}-${hypervisor}-example".flake = self;
25
0 commit comments