nixos/tests/fwupd: drop FWUPD_VERBOSE again

This commit is contained in:
r-vdp
2026-04-09 14:19:52 +02:00
parent 8a8dd3e060
commit d7fc07c54f
-3
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;