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
|
||||
deadnix
|
||||
statix
|
||||
element-desktop
|
||||
#element-desktop
|
||||
vesktop
|
||||
gh
|
||||
nixfmt-rfc-style
|
||||
|
|
|
|||
|
|
@ -2,11 +2,13 @@
|
|||
{
|
||||
# I manually switch this sometimes
|
||||
config = lib.mkIf true {
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
25565
|
||||
25575
|
||||
24454
|
||||
];
|
||||
networking.firewall = {
|
||||
allowedUDPPorts = [ 24454 ];
|
||||
allowedTCPPorts = [
|
||||
25565
|
||||
25575
|
||||
];
|
||||
};
|
||||
|
||||
users = {
|
||||
users.minecraft = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue