From 7465a86e03d70ef899c3b5888613a18ef86a22ac Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Tue, 29 Dec 2020 17:52:49 +0000 Subject: [PATCH] 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. --- mkosi/kodi/mkosi.nspawn | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.48.1