Skip to content

Commit 69d1329

Browse files
committed
add invalid option for testing
1 parent b905a22 commit 69d1329

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/installer/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ let
2222
(cfg._module.specialArgs.modulesPath + "/profiles/qemu-guest.nix")
2323
(_: {
2424
testing.initrdBackdoor = true;
25+
testing.invalid = true;
2526
services.openssh.enable = true;
2627
})
2728
];

0 commit comments

Comments
 (0)