tests: common: server: Increase cpu cores to 2
All checks were successful
Test / tests (push) Successful in 3m50s

This commit is contained in:
Thomas Preisner 2025-12-28 19:18:31 +01:00
parent 72d6ba1ec6
commit 5604ef8b1b

View file

@ -2,6 +2,7 @@
imports = [./../../mailsystem]; imports = [./../../mailsystem];
config = { config = {
virtualisation.memorySize = 1024; virtualisation.memorySize = 1024;
virtualisation.cores = lib.mkDefault 2;
mailsystem = { mailsystem = {
enable = true; enable = true;
certificateScheme = "selfsigned"; certificateScheme = "selfsigned";