Merge branch 'master' of clank:repos/nixos

sync changes with Ratchet`
This commit is contained in:
yaroslav
2025-12-06 19:35:56 +03:00
3 changed files with 48 additions and 43 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;