nixos-configs/configurations/nos/modules/default.nix
matt1432 d2896337d3
All checks were successful
Discord / discord commits (push) Has been skipped
chore: change some FIXMEs
2025-01-20 07:53:24 -05:00

15 lines
257 B
Nix

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