update gerg-desktop ports

This commit is contained in:
Gerg-L 2024-08-21 18:28:16 -04:00
parent 10ee5ca2c2
commit db23a355f7
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
2 changed files with 8 additions and 6 deletions

View file

@ -94,7 +94,7 @@
prismlauncher prismlauncher
deadnix deadnix
statix statix
element-desktop #element-desktop
vesktop vesktop
gh gh
nixfmt-rfc-style nixfmt-rfc-style

View file

@ -2,11 +2,13 @@
{ {
# I manually switch this sometimes # I manually switch this sometimes
config = lib.mkIf true { config = lib.mkIf true {
networking.firewall.allowedTCPPorts = [ networking.firewall = {
25565 allowedUDPPorts = [ 24454 ];
25575 allowedTCPPorts = [
24454 25565
]; 25575
];
};
users = { users = {
users.minecraft = { users.minecraft = {