feat(vpn): improve compatibility with other wireguard networks

This commit is contained in:
Felix Schröter 2025-06-06 20:01:22 +02:00
parent ae62bb5cb9
commit 9b9e8d5ee6
Signed by: felschr
GPG key ID: 671E39E6744C807D
2 changed files with 28 additions and 2 deletions

View file

@ -50,7 +50,6 @@ in
systemd.network = {
enable = true;
wait-online.ignoredInterfaces = [ "tailscale0" ];
networks = {
"10-lan" = {
matchConfig.Name = interfaces.lan;