2025-06-17 21:58:10 +02:00
|
|
|
{
|
|
|
|
lib,
|
|
|
|
...
|
|
|
|
}:
|
|
|
|
|
2019-12-14 22:19:57 +01:00
|
|
|
{
|
2025-05-22 02:45:55 +02:00
|
|
|
# Testing eval failures that result from stateVersion assertion is out of scope
|
|
|
|
mailserver.stateVersion = 999;
|
2025-06-17 21:58:10 +02:00
|
|
|
|
|
|
|
# Enable second CPU core
|
|
|
|
virtualisation.cores = lib.mkDefault 2;
|
2019-12-14 22:19:57 +01:00
|
|
|
}
|