nixos-configs/configurations/nos/modules/default.nix
matt1432 26e23c69b9
All checks were successful
Discord / discord commits (push) Has been skipped
feat(nos): setup couchdb for obsidian
2025-01-17 15:52:25 -05:00

15 lines
258 B
Nix

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