Revert "wireguard/home: Fix peer-to-peer connection"
This reverts commit d621e84a00
.
This commit is contained in:
parent
dec3f07ca4
commit
7a08083af1
|
@ -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));
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue