nixos-configs/configurations/nos/modules/default.nix
matt1432 6ca0d7248b
All checks were successful
Discord / discord commits (push) Has been skipped
refactor: rename some flake attr directories
2024-12-16 15:51:41 -05:00

13 lines
249 B
Nix

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