feat: tweaked some microvms

This commit is contained in:
Nick 2025-11-27 05:12:15 -06:00
parent 1f43844e90
commit cb11da0008
6 changed files with 47 additions and 20 deletions

View file

@ -394,10 +394,17 @@ in
];
};
environment.systemPackages = [ fedifetcherPython ];
environment.systemPackages = builtins.attrValues {
inherit
fedifetcherPython
;
inherit (pkgs)
bottom
;
};
microvm = {
vcpu = 4;
vcpu = 2;
mem = 1024 * 6;
hypervisor = "qemu";
interfaces = [