mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
feat: added midnight miner to deimos
This commit is contained in:
parent
60a8eaa374
commit
18fb5a81b4
2 changed files with 4 additions and 2 deletions
|
|
@ -30,6 +30,8 @@ in
|
|||
flatpak
|
||||
plymouth
|
||||
wireguard
|
||||
microvm
|
||||
midnight
|
||||
;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ in
|
|||
config =
|
||||
let
|
||||
macAddress = "02:00:00:00:00:${macOctet}";
|
||||
workers = deviceLogic 45 4 18 6 6;
|
||||
workers = deviceLogic 45 4 18 5 6;
|
||||
in
|
||||
{
|
||||
environment.systemPackages = [
|
||||
|
|
@ -71,7 +71,7 @@ in
|
|||
mac = macAddress;
|
||||
}
|
||||
];
|
||||
mem = deviceLogic 52100 5120 22000 1024 7168;
|
||||
mem = deviceLogic 52100 5120 22000 6144 7168;
|
||||
shares = [
|
||||
{
|
||||
mountPoint = "/nix/.ro-store";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue