nixos-servers/nix/machines/maestro.nix
Pim Kunis 0c16dda4d0 increase maestro and vpay memory
increase nextcloud health check timeout
2024-03-06 21:29:23 +01:00

18 lines
267 B
Nix

{
machines.maestro = {
kind = "virtual";
hypervisorName = "atlas";
nixosModule = { config, ... }: {
microvm.balloonMem = 10000;
lab = {
dockerSwarm.enable = true;
vm = {
id = 1;
};
};
};
};
}