nix-config/hosts/sisyphe/features/multimedia/default.nix

11 lines
141 B
Nix
Raw Normal View History

2024-08-12 15:56:45 +02:00
{
imports = [
./arr-suite.nix
./calibre-web.nix
./slskd.nix
2024-12-27 13:59:57 +01:00
./sabnzbd.nix
2024-08-12 15:56:45 +02:00
./transmission.nix
2024-08-16 16:42:55 +02:00
./jellyfin.nix
2024-08-12 15:56:45 +02:00
];
}