nixos-configs/devices/nos/modules/default.nix
matt1432 0b4fa08ddb
All checks were successful
Discord / discord commits (push) Has been skipped
chore(nos): disable subtitle module
2024-11-10 17:14:39 -05:00

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
];
}