Change Wireguard port

This commit is contained in:
coolneng 2022-06-06 19:03:18 +02:00
parent 84a525e7a1
commit 6ce94605b5
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,8 @@
{ config, pkgs, lib, ... }:
{
let wireguard_port = 443;
in {
# Assign a static IP
networking = {
hostName = "zion";
@ -51,7 +53,7 @@
8448 # Matrix
];
allowedUDPPorts = [
1194 # Wireguard
wireguard_port # Wireguard
53 # DNS
];
extraCommands = ''
@ -70,7 +72,7 @@
networking.wireguard.interfaces = {
wg0 = {
ips = [ "10.8.0.1/24" ];
listenPort = 1194;
listenPort = wireguard_port;
privateKeyFile = "/home/coolneng/.wg/keys/privatekey";
peers = [
# panacea