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