mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-19 06:19:12 +00:00
hosts/ni: update Wireguard address
Not exactly important since the desktop peer is not exactly used akin to a VPN server but it's just there for consistency, I guess.
This commit is contained in:
parent
a72146dd05
commit
5a31f55cb7
@ -221,7 +221,7 @@ in
|
|||||||
|
|
||||||
address = with wireguardPeers.desktop; [
|
address = with wireguardPeers.desktop; [
|
||||||
"${IPv4}/24"
|
"${IPv4}/24"
|
||||||
"${IPv6}/96"
|
"${IPv6}/64"
|
||||||
];
|
];
|
||||||
|
|
||||||
peers = [
|
peers = [
|
||||||
|
Loading…
Reference in New Issue
Block a user