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

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
];
}