Merge branch 'main' into 004-vps-migration
Some checks failed
MCP Tests / mcp-tests (pull_request) Failing after 2s

This commit is contained in:
2026-02-06 09:20:02 -06:00
4 changed files with 31 additions and 31 deletions

View File

@@ -176,11 +176,11 @@ in
listen = [
{
addr = config.my.ips.wg-server;
port = 8081;
inherit (cfg) port;
}
{
addr = config.my.localhost;
port = 8081;
inherit (cfg) port;
}
];
};