mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -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
|
|
@ -41,9 +41,9 @@ in
|
|||
autostart = true;
|
||||
config =
|
||||
let
|
||||
ceresCpu = 45;
|
||||
ceresCpu = 40;
|
||||
erisCpu = 5;
|
||||
marsCpu = 20;
|
||||
marsCpu = 18;
|
||||
deimosCpu = 5;
|
||||
phobosCpu = 5;
|
||||
|
||||
|
|
@ -78,7 +78,7 @@ in
|
|||
num = 1024;
|
||||
ceresRam = num * 50;
|
||||
erisRam = num * 7;
|
||||
marsRam = num * 24;
|
||||
marsRam = num * 22;
|
||||
deimosRam = num * 7;
|
||||
phobosRam = num * 7;
|
||||
in
|
||||
|
|
|
|||
|
|
@ -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 = [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -290,8 +290,8 @@ in
|
|||
};
|
||||
|
||||
microvm = {
|
||||
vcpu = 4;
|
||||
mem = 8192;
|
||||
vcpu = 2;
|
||||
mem = 1024 * 3;
|
||||
hypervisor = "qemu";
|
||||
interfaces = [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -124,8 +124,8 @@ in
|
|||
systemd.services.systemd-networkd.wantedBy = [ "multi-user.target" ];
|
||||
|
||||
microvm = {
|
||||
vcpu = 6;
|
||||
mem = 1024 * 8;
|
||||
vcpu = 2;
|
||||
mem = 1024 * 3;
|
||||
hypervisor = "qemu";
|
||||
interfaces = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue