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:
|
||||
with kodiPkgs; [
|
||||
pvr-iptvsimple
|
||||
pvr-hts
|
||||
inputstreamhelper
|
||||
inputstream-adaptive
|
||||
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; [
|
||||
kodi
|
||||
tvheadend
|
||||
docker
|
||||
])
|
||||
|
||||
(forEach [
|
||||
|
|
Loading…
Reference in a new issue