nixos/tests/fwupd: drop FWUPD_VERBOSE again

This commit is contained in:
r-vdp 2026-04-09 14:19:52 +02:00
commit d7fc07c54f
No known key found for this signature in database

View file

@ -7,9 +7,6 @@ makeInstalledTest {
testRunnerFlags = [ "--timeout=1200" ];
testConfig = {
# for easier debugging
systemd.globalEnvironment.FWUPD_VERBOSE = "1";
services.fwupd = {
enable = true;
daemonSettings.TestDevices = true;