mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -06:00
feat: gimped non-crypto services
This commit is contained in:
parent
4622ec9009
commit
6637dc4872
4 changed files with 9 additions and 9 deletions
|
|
@ -82,8 +82,8 @@ in
|
|||
systemd.services.systemd-networkd.wantedBy = [ "multi-user.target" ];
|
||||
|
||||
microvm = {
|
||||
vcpu = 8;
|
||||
mem = 8192;
|
||||
vcpu = 2;
|
||||
mem = 1024 * 3;
|
||||
hypervisor = "qemu";
|
||||
interfaces = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue