add docker
This commit is contained in:
parent
02f5455482
commit
2608ab62b2
3
hosts/raspberry-pi5/profiles/docker.nix
Normal file
3
hosts/raspberry-pi5/profiles/docker.nix
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{...}: {
|
||||||
|
virtualisation.docker.enable = true;
|
||||||
|
}
|
|
@ -22,7 +22,6 @@
|
||||||
kodiPackage = kodiForkPkgPatched.withPackages (kodiPkgs:
|
kodiPackage = kodiForkPkgPatched.withPackages (kodiPkgs:
|
||||||
with kodiPkgs; [
|
with kodiPkgs; [
|
||||||
pvr-iptvsimple
|
pvr-iptvsimple
|
||||||
pvr-hts
|
|
||||||
inputstreamhelper
|
inputstreamhelper
|
||||||
inputstream-adaptive
|
inputstream-adaptive
|
||||||
inputstream-rtmp
|
inputstream-rtmp
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,3 +0,0 @@
|
||||||
{...}: {
|
|
||||||
services.tvheadend.enable = true;
|
|
||||||
}
|
|
|
@ -35,7 +35,7 @@ in {
|
||||||
|
|
||||||
(with tree.hosts.raspberry-pi5.profiles; [
|
(with tree.hosts.raspberry-pi5.profiles; [
|
||||||
kodi
|
kodi
|
||||||
tvheadend
|
docker
|
||||||
])
|
])
|
||||||
|
|
||||||
(forEach [
|
(forEach [
|
||||||
|
|
Loading…
Reference in a new issue