mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
feat: provisioned resources properly across microvms
This commit is contained in:
parent
857f2e39a8
commit
30593b866e
11 changed files with 42 additions and 91 deletions
|
|
@ -316,7 +316,7 @@ in
|
|||
};
|
||||
|
||||
microvm = {
|
||||
vcpu = 4;
|
||||
vcpu = 1;
|
||||
mem = 1024 * 1;
|
||||
hypervisor = "qemu";
|
||||
|
||||
|
|
@ -362,7 +362,6 @@ in
|
|||
}
|
||||
];
|
||||
};
|
||||
|
||||
environment.systemPackages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
bottom
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue