13 lines
249 B
Nix
13 lines
249 B
Nix
{...}: {
|
|
imports = [
|
|
./docker
|
|
./homepage.nix
|
|
./jellyfin
|
|
./qbittorrent
|
|
# FIXME: I need to actually do this properly before unleashing it on my library
|
|
# ./subtitles
|
|
./llm.nix
|
|
./mergerfs.nix
|
|
./snapraid.nix
|
|
];
|
|
}
|