feat(nixos): add mindustry
module
Also enable it for `jeeves`
This commit is contained in:
parent
9f655ce1e9
commit
e3524e4777
3 changed files with 131 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
./network.nix
|
||||
./wireguard.nix
|
||||
./jellyfin.nix
|
||||
./mindustry.nix
|
||||
];
|
||||
|
||||
nixpkgs = {
|
||||
|
|
6
machines/nixos/x86_64-linux/jeeves/mindustry.nix
Normal file
6
machines/nixos/x86_64-linux/jeeves/mindustry.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ lib, pkgs, config, ... }:
|
||||
{
|
||||
reo101.mindustry = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue