101 current 2025-10-08 16:41:36 25.05.20251006.20c4598 6.12.50 *
This commit is contained in:
@@ -37,7 +37,7 @@ in
|
|||||||
networking.wg-quick.interfaces = lib.mkIf cfg.wg_mex {
|
networking.wg-quick.interfaces = lib.mkIf cfg.wg_mex {
|
||||||
wg_mex = {
|
wg_mex = {
|
||||||
# client settings
|
# client settings
|
||||||
table = 51820;
|
table = "wgmex";
|
||||||
privateKeyFile = config.sops.secrets."wg_mex_key".path;
|
privateKeyFile = config.sops.secrets."wg_mex_key".path;
|
||||||
address = [ "10.74.252.231/32" "fc00:bbbb:bbbb:bb01::b:fce6/128" ];
|
address = [ "10.74.252.231/32" "fc00:bbbb:bbbb:bb01::b:fce6/128" ];
|
||||||
dns = [ "10.64.0.1" ];
|
dns = [ "10.64.0.1" ];
|
||||||
|
|||||||
Reference in New Issue
Block a user