mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -06:00
feat: added fedifetcher
This commit is contained in:
parent
1d25722930
commit
097a85cde2
2 changed files with 128 additions and 63 deletions
|
|
@ -75,12 +75,12 @@ in
|
|||
];
|
||||
mem =
|
||||
let
|
||||
num = 1024;
|
||||
ceresRam = num * 50;
|
||||
erisRam = num * 7;
|
||||
marsRam = num * 22;
|
||||
deimosRam = num * 7;
|
||||
phobosRam = num * 7;
|
||||
num = num: (num * 1024);
|
||||
ceresRam = num 50;
|
||||
erisRam = num 7;
|
||||
marsRam = num 22;
|
||||
deimosRam = num 7;
|
||||
phobosRam = num 7;
|
||||
in
|
||||
deviceLogic ceresRam erisRam marsRam deimosRam phobosRam;
|
||||
shares = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue