system/wireguard: use port 123

This commit is contained in:
LavaDesu 2025-08-08 22:34:56 +10:00
parent fdf6a3ce62
commit 3ef987f8d9
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -1,6 +1,6 @@
{ config, lib, pkgs, gcSecrets, ... }:
let
port = 51820;
port = 123;
serverName = "dandelion";
serverInterface = "enp0s6";
serverIp = gcSecrets.wireguard.gateway;