nixos/tests/systemd-boot: fix option bootCounting test evaluation

This commit is contained in:
Julien Malka
2024-07-31 17:13:06 +02:00
parent 7bc3f9074f
commit f240543c7f
+1 -1
View File
@@ -506,7 +506,7 @@ rec {
baseConfig = { pkgs, lib, ... }: {
imports = [ common ];
boot.loader.systemd-boot.bootCounting.enable = true;
boot.loader.systemd-boot.bootCounting.trials = 2;
boot.loader.systemd-boot.bootCounting.tries = 2;
};
in
makeTest {