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

14 lines
249 B
Nix
Raw Permalink Normal View History

{...}: {
imports = [
./docker
2024-11-04 17:31:23 -05:00
./homepage.nix
./jellyfin
./qbittorrent
2024-11-10 17:14:39 -05:00
# FIXME: I need to actually do this properly before unleashing it on my library
# ./subtitles
./llm.nix
./mergerfs.nix
./snapraid.nix
];
}