mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
10 lines
143 B
Nix
10 lines
143 B
Nix
{
|
|
imports = [
|
|
./arr-suite.nix
|
|
./calibre-web.nix
|
|
./slskd.nix
|
|
# ./sabnzbd.nix
|
|
./transmission.nix
|
|
./jellyfin.nix
|
|
];
|
|
}
|