From f240543c7f656afdc0b847be526d117ff60b3977 Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Wed, 31 Jul 2024 17:13:06 +0200 Subject: [PATCH] nixos/tests/systemd-boot: fix option bootCounting test evaluation --- nixos/tests/systemd-boot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/systemd-boot.nix b/nixos/tests/systemd-boot.nix index 93efd128bfcb..ca6464614d4d 100644 --- a/nixos/tests/systemd-boot.nix +++ b/nixos/tests/systemd-boot.nix @@ -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 {