Added NordVPN via NUR

This commit is contained in:
2026-01-04 22:59:23 +01:00
parent 7959af3e39
commit 662afe7238
9 changed files with 137 additions and 56 deletions

View File

@@ -1,8 +1,12 @@
{ ... }:
{
networking.networkmanager.enable = true;
networking.firewall.allowedUDPPorts = [ 25565 ];
networking.firewall.allowedTCPPorts = [ 25565 ];
networking.firewall = {
checkReversePath = false;
allowedUDPPorts = [ 25565 1194 ];
allowedTCPPorts = [ 25565 443 ];
};
hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = true;
networking.wireguard.enable = true;
}