allow minecraft

This commit is contained in:
Kopatz
2024-05-22 19:33:14 +02:00
parent a7132f0326
commit f929bbe487
3 changed files with 5 additions and 3 deletions

View File

@@ -16,7 +16,7 @@
, libpulseaudio , libpulseaudio
, systemd , systemd
, callPackage , callPackage
, withTetrioPlus ? false , withTetrioPlus ? true
, tetrio-plus ? callPackage ./tetrio-plus.nix { } , tetrio-plus ? callPackage ./tetrio-plus.nix { }
, ... , ...
}: }:

View File

@@ -4,8 +4,8 @@ stdenv.mkDerivation rec {
version = "0.25.3"; version = "0.25.3";
src = fetchzip { src = fetchzip {
url = "https://gitlab.com/UniQMG/tetrio-plus/-/jobs/6517560474/artifacts/raw/app.asar.zip"; url = "https://gitlab.com/UniQMG/tetrio-plus/-/jobs/6734605389/artifacts/raw/tetrio-plus_v0.27.2_for_desktop_v9.asar.zip";
hash = "sha256-I7UvljloJyKrYpSuQ9V1ySSXKhYeJGDpex/K0R3iuCc="; hash = "sha256-+5jXhJwltw426eWU1yR4jxXlOm/etuJKzfeoXSetMws=";
}; };
installPhase = '' installPhase = ''

View File

@@ -15,6 +15,8 @@
../../modules/motd.nix ../../modules/motd.nix
]; ];
networking.firewall.allowedTCPPorts = [ 25565 ];
mainUser.layout = "de"; mainUser.layout = "de";
mainUser.variant = "us"; mainUser.variant = "us";
custom = { custom = {