this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: force qemu disk override in hosted e2e

Khue Doan 6bec2d9d f80e6a23

+3 -3
+3 -3
tests/e2e/run.py
··· 218 218 modules = [ 219 219 disko.nixosModules.disko 220 220 (nixie.outPath + "/examples/configuration.nix") 221 - {{ 221 + ({ lib, ... }: {{ 222 222 networking.hostName = hostName; 223 - disko.devices.disk.main.device = "/dev/vda"; 224 - }} 223 + disko.devices.disk.main.device = lib.mkForce "/dev/vda"; 224 + }}) 225 225 e2eModule 226 226 keyModule 227 227 ];