fix: down scale the VM to 5Gbi (works)

This commit is contained in:
Gabriel Nützi
2025-11-21 17:05:41 +01:00
parent 44631a4ce2
commit 785e48c39e
@@ -1,5 +1,13 @@
{ ... }:
{ lib, ... }:
{
virtualisation = {
diskSize = 50000;
};
virtualisation.docker = {
enable = lib.mkForce false;
};
virtualisation.podman = {
enable = true;