Revert "wireguard/home: Fix peer-to-peer connection"

This reverts commit d621e84a00.
neomutt
Simon Bruder 2021-10-05 21:31:37 +02:00
parent dec3f07ca4
commit 7a08083af1
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ in
endpoint = "${hostname}.sbruder.de:51820";
}))
(lib.filterAttrs
(n: v: n != config.networking.hostName && (enableServer || v.public || isPublic))
(n: v: n != config.networking.hostName && (enableServer || v.public))
peers));
};