system/wireguard: change port to 51801
Some checks failed
CI / Build linux-lava for x86_64-linux (push) Has been cancelled

This commit is contained in:
Cilly Leang 2026-04-06 23:16:57 +10:00
parent d11d080c94
commit e303fee58d
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

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