This commit is contained in:
yaroslav
2025-11-14 19:59:10 +03:00
parent 173fbf44b1
commit ba6c0a9b68
2 changed files with 47 additions and 42 deletions
+6 -1
View File
@@ -30,7 +30,12 @@
services.openssh.settings.X11Forwarding = true;
# networking
networking.networkmanager.enable = true;
networking.networkmanager = {
enable = true;
plugins = with pkgs; [
networkmanager-openvpn
];
};
networking.firewall.allowedTCPPorts = [ 22 3240 2049 25565 554 80 27040 ];
networking.firewall.allowedUDPPorts = [ 38401 25565 554 80 27031 27032 27033 27034 27035 27036 ];
networking.nftables.enable = true;