mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
feat: added midnight miner
This commit is contained in:
parent
c39ad5181e
commit
ada1ed4b14
4 changed files with 13 additions and 7 deletions
|
|
@ -15,6 +15,8 @@ in
|
|||
plymouth
|
||||
sddm
|
||||
wireguard
|
||||
microvm
|
||||
midnight
|
||||
;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
2
modules/nixos/guests/midnight/default.nix
Normal file → Executable file
2
modules/nixos/guests/midnight/default.nix
Normal file → Executable file
|
|
@ -38,7 +38,7 @@ in
|
|||
config =
|
||||
let
|
||||
macAddress = "02:00:00:00:00:${macOctet}";
|
||||
workers = deviceLogic 45 4 6 6;
|
||||
workers = deviceLogic 45 4 16 6;
|
||||
in
|
||||
{
|
||||
environment.systemPackages = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue