feat: added midnight miner to deimos

This commit is contained in:
Nick 2025-11-15 02:50:41 -06:00
parent 60a8eaa374
commit 18fb5a81b4
2 changed files with 4 additions and 2 deletions

View file

@ -30,6 +30,8 @@ in
flatpak
plymouth
wireguard
microvm
midnight
;
};
};

View file

@ -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";