This repository has been archived on 2025-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
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;
};
};
};
};
}