mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -06:00
feat: started working on torrent VM
This commit is contained in:
parent
e25a9bffc1
commit
b272b98427
6 changed files with 318 additions and 18 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue