mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -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
|
flatpak
|
||||||
plymouth
|
plymouth
|
||||||
wireguard
|
wireguard
|
||||||
|
microvm
|
||||||
|
midnight
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,7 @@ in
|
||||||
config =
|
config =
|
||||||
let
|
let
|
||||||
macAddress = "02:00:00:00:00:${macOctet}";
|
macAddress = "02:00:00:00:00:${macOctet}";
|
||||||
workers = deviceLogic 45 4 18 6 6;
|
workers = deviceLogic 45 4 18 5 6;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
|
|
@ -71,7 +71,7 @@ in
|
||||||
mac = macAddress;
|
mac = macAddress;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
mem = deviceLogic 52100 5120 22000 1024 7168;
|
mem = deviceLogic 52100 5120 22000 6144 7168;
|
||||||
shares = [
|
shares = [
|
||||||
{
|
{
|
||||||
mountPoint = "/nix/.ro-store";
|
mountPoint = "/nix/.ro-store";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue