Add system ll-xmrig-worker
This commit is contained in:
parent
f31bff1ff6
commit
0475259e07
2 changed files with 68 additions and 0 deletions
10
flake.nix
10
flake.nix
|
@ -230,6 +230,16 @@
|
|||
specialArgs = { unstable = unstable; };
|
||||
};
|
||||
|
||||
ll-xmrig-worker-iso = nixos-generators.nixosGenerate {
|
||||
system = "x86_64-linux";
|
||||
modules = iso_modules ++ [
|
||||
{ networking.hostName = "ll-xmrig-worker"; }
|
||||
./systems/ll-xmrig-worker.nix
|
||||
] ++ inherited_modules;
|
||||
format = "install-iso";
|
||||
specialArgs = { unstable = unstable; };
|
||||
};
|
||||
|
||||
##########################################################################
|
||||
##########################################################################
|
||||
##########################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue