woo, got the server working
only thing to figure out now is how to install tekxit and fix the dns
This commit is contained in:
parent
514f984560
commit
1362d6d3c6
7 changed files with 172 additions and 54 deletions
|
@ -12,10 +12,12 @@ in
|
|||
enable = mkEnableOption "minecraft (Modrinth)";
|
||||
};
|
||||
|
||||
config = mkIf cfg.enable
|
||||
{
|
||||
config = mkIf cfg.enable {
|
||||
# environment.systemPackages = [
|
||||
# pkgs.minecract
|
||||
# ];
|
||||
user.packages = attrValues {
|
||||
inherit (pkgs) modrinth-app minecraft;
|
||||
inherit (pkgs) modrinth-app prismlauncher;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue