nixos-configs/configurations/nos/modules/default.nix

14 lines
233 B
Nix
Raw Normal View History

{...}: {
imports = [
./docker
./homepage
./jellyfin
./qbittorrent
2024-11-10 17:14:39 -05:00
# FIXME: I need to actually do this properly before unleashing it on my library
# ./subtitles
./llm
./mergerfs
./snapraid
];
}