mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
update gerg-desktop ports
This commit is contained in:
parent
10ee5ca2c2
commit
db23a355f7
2 changed files with 8 additions and 6 deletions
|
|
@ -94,7 +94,7 @@
|
||||||
prismlauncher
|
prismlauncher
|
||||||
deadnix
|
deadnix
|
||||||
statix
|
statix
|
||||||
element-desktop
|
#element-desktop
|
||||||
vesktop
|
vesktop
|
||||||
gh
|
gh
|
||||||
nixfmt-rfc-style
|
nixfmt-rfc-style
|
||||||
|
|
|
||||||
|
|
@ -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 = {
|
||||||
|
allowedUDPPorts = [ 24454 ];
|
||||||
|
allowedTCPPorts = [
|
||||||
25565
|
25565
|
||||||
25575
|
25575
|
||||||
24454
|
|
||||||
];
|
];
|
||||||
|
};
|
||||||
|
|
||||||
users = {
|
users = {
|
||||||
users.minecraft = {
|
users.minecraft = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue