commit before merge

This commit is contained in:
yaroslav
2025-09-16 13:08:32 +03:00
parent f82fc35c74
commit be64446773
+2 -2
View File
@@ -29,8 +29,8 @@
# networking
networking.networkmanager.enable = true;
networking.firewall.allowedTCPPorts = [ 22 3240 2049 25565 ];
networking.firewall.allowedUDPPorts = [ 38401 25565 ];
networking.firewall.allowedTCPPorts = [ 22 3240 2049 25565 554 80 ];
networking.firewall.allowedUDPPorts = [ 38401 25565 554 80];
networking.nftables.enable = true;
networking.hosts = {
"192.168.1.116" = [ "Clank" ];