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:
Chris Kruining 2025-03-04 23:36:00 +01:00
parent 514f984560
commit 1362d6d3c6
7 changed files with 172 additions and 54 deletions

View file

@ -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;
};
};
}