tests: don't run update checks in VM tests

This commit is contained in:
Maximilian Bosch 2026-02-27 15:00:05 +01:00
parent 3df5c21303
commit 905036eb17
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View file

@ -33,6 +33,7 @@ pkgs.testers.runNixOSTest {
enable = true;
host = "localhost";
};
settings.disable_update_check = true;
};
services.xserver.enable = true;

View file

@ -74,6 +74,7 @@ pkgs.testers.runNixOSTest {
};
# pass authentikComponents with patched pythonEnv and staticWorkdirDeps
inherit (customScope) authentikComponents;
settings.disable_update_check = true;
};
services.xserver.enable = true;