nixfiles/hosts/raspberry-pi5/profiles/tvheadend.nix

4 lines
47 B
Nix
Raw Normal View History

2024-09-13 15:50:19 +01:00
{...}: {
services.tvheadend.enable = true;
}