From d7fc07c54fcc433209a43aaeed2841e5e7b6bfc8 Mon Sep 17 00:00:00 2001 From: r-vdp Date: Thu, 9 Apr 2026 14:19:52 +0200 Subject: [PATCH] nixos/tests/fwupd: drop FWUPD_VERBOSE again --- nixos/tests/installed-tests/fwupd.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/nixos/tests/installed-tests/fwupd.nix b/nixos/tests/installed-tests/fwupd.nix index a40ca0df084c..91853bdd2f05 100644 --- a/nixos/tests/installed-tests/fwupd.nix +++ b/nixos/tests/installed-tests/fwupd.nix @@ -7,9 +7,6 @@ makeInstalledTest { testRunnerFlags = [ "--timeout=1200" ]; testConfig = { - # for easier debugging - systemd.globalEnvironment.FWUPD_VERBOSE = "1"; - services.fwupd = { enable = true; daemonSettings.TestDevices = true;