feat: started working on torrent VM

This commit is contained in:
Nick 2025-11-24 03:14:44 -06:00
parent e25a9bffc1
commit b272b98427
6 changed files with 318 additions and 18 deletions

View file

@ -41,11 +41,11 @@ in
autostart = true;
config =
let
ceresCpu = 40;
ceresCpu = 35;
erisCpu = 5;
marsCpu = 18;
deimosCpu = 5;
phobosCpu = 5;
deimosCpu = 4;
phobosCpu = 4;
macAddress = "02:00:00:00:00:${macOctet}";
workers = deviceLogic ceresCpu erisCpu marsCpu deimosCpu phobosCpu;
@ -78,7 +78,7 @@ in
num = num: (num * 1024);
ceresRam = num 50;
erisRam = num 7;
marsRam = num 22;
marsRam = num 30;
deimosRam = num 7;
phobosRam = num 7;
in