@@ -36,13 +36,9 @@ in
|
||||
privateKeyFile = config.sops.secrets."wireguard".path;
|
||||
table = "wireguard";
|
||||
|
||||
postSetup = [
|
||||
"${ip} rule add from ${jupiterPublicIPv4} table ${table}"
|
||||
];
|
||||
postSetup = [ "${ip} rule add from ${jupiterPublicIPv4} table ${table}" ];
|
||||
|
||||
postShutdown = [
|
||||
"${ip} rule del from ${jupiterPublicIPv4} table ${table}"
|
||||
];
|
||||
postShutdown = [ "${ip} rule del from ${jupiterPublicIPv4} table ${table}" ];
|
||||
|
||||
peers = [
|
||||
{
|
||||
|
Reference in New Issue
Block a user