This commit is contained in:
alydev 2025-09-25 18:21:05 +10:00
parent 7398358fbc
commit 376626910c

View file

@ -2,9 +2,12 @@
networking.hostName = "aly-server"; networking.hostName = "aly-server";
networking.networkmanager.enable = true; networking.networkmanager.enable = true;
networking.firewall.allowedTCPPorts = [ networking.firewall.allowedTCPPorts = [
80 443 3923 5656 5030 5031 50300 80 443 445 3923 5656 5030 5031 50300
4747 8989 7878 8686 13378 6767 9696 4545 4747 8989 7878 8686 13378 6767 9696 4545
52568 52568 50000
];
networking.firewall.allowedUDPPorts = [
137 138 139 50000
]; ];
services.openvpn.servers = { services.openvpn.servers = {
server = { config = '' config /home/aly/.secrets/server.ovpn ''; }; server = { config = '' config /home/aly/.secrets/server.ovpn ''; };