mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
Fix wrong interface on nomad on blowhole
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
c763d66183
commit
0f0ebf822a
|
@ -106,7 +106,7 @@ in
|
|||
host_network."default".cidr = secret.network.networks.home.amsterdam or "";
|
||||
host_network."mesh".cidr = secret.network.networks.vpn or "";
|
||||
|
||||
network_interface = "enp4s0";
|
||||
network_interface = "eno1";
|
||||
|
||||
host_volume."jellyfin-media".path = "/mnt/kyle/infrastructure/jellyfin/media";
|
||||
host_volume."cctv" = {
|
||||
|
|
Loading…
Reference in a new issue