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

16 lines
258 B
Nix
Raw Normal View History

{...}: {
imports = [
./docker
./homepage
./jellyfin
./llm
./mergerfs
2025-01-17 15:52:25 -05:00
./obsidian-livesync
./qbittorrent
./snapraid
2025-01-17 15:52:25 -05:00
# FIXME: I need to actually do this properly before unleashing it on my library
# ./subtitles
];
}