]> git.rmz.io Git - dotfiles.git/blob - mkosi/kodi/mkosi.nspawn
lazyvim: absorb icons into rmz.util.ui
[dotfiles.git] / mkosi / kodi / mkosi.nspawn
1 [Exec]
2 PrivateUsers=no
3
4 [Network]
5 Bridge=br0
6
7 [Files]
8 # binds host kodi home folder into nspawn
9 Bind=/var/lib/kodi
10
11 # media
12 Bind=/mnt/fook/Movies
13 Bind=/mnt/fook/Series
14 Bind=/mnt/fook/games
15 Bind=/mnt/fook/usenet
16 Bind=/mnt/fook/torrents
17
18 # device access
19 Bind=/dev/tty0
20 Bind=/dev/tty1
21 BindReadOnly=/dev/dri
22 BindReadOnly=/dev/input
23 BindReadOnly=/dev/uinput
24 # libinput reads this to know about devices
25 BindReadOnly=/run/udev
26 BindReadOnly=/dev/lirc0
27 BindReadOnly=/dev/vga_arbiter
28 # pulse need to be started in system mode with the following module and option:
29 # load-module module-native-protocol auth-authorize-anonymous
30 BindReadOnly=/run/pulse