nixos-configs/configurations/nos/modules/default.nix
matt1432 d624d33b01
All checks were successful
Discord / discord commits (push) Has been skipped
feat(nos): reenable subtitle management
2025-01-28 00:08:00 -05:00

13 lines
171 B
Nix

{...}: {
imports = [
./docker
./homepage
./jellyfin
./llm
./mergerfs
./obsidian-livesync
./qbittorrent
./snapraid
./subtitles
];
}