mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
hosts/plover: add gateway address to networking set
This commit is contained in:
parent
5d23c751f3
commit
5679323209
@ -56,8 +56,14 @@ rec {
|
||||
|
||||
# /16 BLOCK for IPv4, /64 for IPv6.
|
||||
wireguard0 = {
|
||||
IPv4.address = "10.210.0.1";
|
||||
IPv6.address = "${privateIPv6Prefix}:12ae::";
|
||||
IPv4 = {
|
||||
address = "10.210.0.1";
|
||||
gateway = widdeerLan;
|
||||
};
|
||||
IPv6 = {
|
||||
address = "${privateIPv6Prefix}:12ae::";
|
||||
gateway = ipv6Gateway;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user