From: Samir Benmendil Date: Tue, 29 Dec 2020 17:52:49 +0000 (+0000) Subject: mkosi/kodi: use a bridged connection X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/7465a86e03d70ef899c3b5888613a18ef86a22ac?ds=inline mkosi/kodi: use a bridged connection Works a lot better to get connection to other services in the network. I might want to setup a network group (or something) to allow communication between the various services, will have to add a proxy to access jellyfin from the rest of the network though. --- diff --git a/mkosi/kodi/mkosi.nspawn b/mkosi/kodi/mkosi.nspawn index d6fe2fb..c3b14ff 100644 --- a/mkosi/kodi/mkosi.nspawn +++ b/mkosi/kodi/mkosi.nspawn @@ -1,6 +1,9 @@ [Exec] PrivateUsers=no +[Network] +Bridge=br0 + [Files] # binds host kodi home folder into nspawn Bind=/var/lib/kodi