system/wireguard: change port to 51801
Some checks failed
CI / Build linux-lava for x86_64-linux (push) Has been cancelled
Some checks failed
CI / Build linux-lava for x86_64-linux (push) Has been cancelled
This commit is contained in:
parent
d11d080c94
commit
e303fee58d
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{ config, lib, pkgs, gcSecrets, ... }:
|
{ config, lib, pkgs, gcSecrets, ... }:
|
||||||
let
|
let
|
||||||
port = 123;
|
port = 51801;
|
||||||
serverName = "dandelion";
|
serverName = "dandelion";
|
||||||
serverInterface = "enp0s6";
|
serverInterface = "enp0s6";
|
||||||
serverIp = gcSecrets.wireguard.gateway;
|
serverIp = gcSecrets.wireguard.gateway;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue