diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-01-14 01:27:55 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-01-14 01:27:55 +0100 |
commit | 947aac1ca6c930d94776124c60df2ce8b2b59621 (patch) | |
tree | 2aaf3404650194d3c69ec1286e7cdafebe9c0167 /hosts | |
parent | b98e22af861c6df134498bc09835c24090ce0af6 (diff) | |
download | nixos-947aac1ca6c930d94776124c60df2ce8b2b59621.tar nixos-947aac1ca6c930d94776124c60df2ce8b2b59621.tar.gz nixos-947aac1ca6c930d94776124c60df2ce8b2b59621.tar.bz2 nixos-947aac1ca6c930d94776124c60df2ce8b2b59621.tar.xz nixos-947aac1ca6c930d94776124c60df2ce8b2b59621.zip |
...
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/vidhar/network/default.nix | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/hosts/vidhar/network/default.nix b/hosts/vidhar/network/default.nix index 738fe0ad..29d4ba92 100644 --- a/hosts/vidhar/network/default.nix +++ b/hosts/vidhar/network/default.nix | |||
@@ -129,6 +129,12 @@ | |||
129 | matchConfig.Name = "eno2"; | 129 | matchConfig.Name = "eno2"; |
130 | networkConfig.LinkLocalAddressing = "no"; | 130 | networkConfig.LinkLocalAddressing = "no"; |
131 | }; | 131 | }; |
132 | "40-wifibh" = { | ||
133 | matchConfig.Name = "wifibh"; | ||
134 | networkConfig = { | ||
135 | Tunnel = ["wifibh01"]; | ||
136 | }; | ||
137 | }; | ||
132 | "wifibh01" = { | 138 | "wifibh01" = { |
133 | matchConfig.Name = "wifibh01"; | 139 | matchConfig.Name = "wifibh01"; |
134 | linkConfig = { | 140 | linkConfig = { |
@@ -137,7 +143,7 @@ | |||
137 | }; | 143 | }; |
138 | networkConfig = { | 144 | networkConfig = { |
139 | LinkLocalAddressing = "no"; | 145 | LinkLocalAddressing = "no"; |
140 | Tunnel = "wifibh01.lan"; | 146 | VLAN = ["wifibh01.lan"]; |
141 | }; | 147 | }; |
142 | }; | 148 | }; |
143 | "wifibh01.lan" = { | 149 | "wifibh01.lan" = { |