mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 21:42:16 -06:00
feat: added minecraft server
This commit is contained in:
parent
e824bcaae1
commit
54e0453ba6
5 changed files with 19 additions and 23 deletions
|
|
@ -41,7 +41,7 @@ in
|
|||
config =
|
||||
let
|
||||
macAddress = "02:00:00:00:00:${macOctet}";
|
||||
workers = deviceLogic 45 4 18 5 6;
|
||||
workers = deviceLogic 35 4 18 5 6;
|
||||
in
|
||||
{
|
||||
environment.systemPackages = [
|
||||
|
|
@ -71,7 +71,7 @@ in
|
|||
mac = macAddress;
|
||||
}
|
||||
];
|
||||
mem = deviceLogic 52100 5120 22000 6144 7168;
|
||||
mem = deviceLogic 45000 5120 22000 6144 7168;
|
||||
shares = [
|
||||
{
|
||||
mountPoint = "/nix/.ro-store";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue