mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
Fix blowhole nomad network
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
85f9dc5c9d
commit
9c0c892050
|
@ -99,7 +99,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
host_network."default".cidr = secret.network.networks.home.amsterdam or "";
|
host_network."default".cidr = secret.network.networks.home.amsterdam or "";
|
||||||
host_network."mesh".cidr = secret.network.networks.home.vpn or "";
|
host_network."mesh".cidr = secret.network.networks.vpn or "";
|
||||||
|
|
||||||
network_interface = "enp4s0";
|
network_interface = "enp4s0";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue