mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
feat: tweaked some microvms
This commit is contained in:
parent
1f43844e90
commit
cb11da0008
6 changed files with 47 additions and 20 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue