Files
nix-config/hosts/nas/apps.nix
mjallen18 3ebbbb7f90 cleanup
2025-04-15 21:19:16 -05:00

42 lines
656 B
Nix
Executable File

{ ... }:
{
imports = [
./apps/arrs
# ./apps/crowdsec
./apps/jellyfin
./apps/jellyseerr
./apps/netbootxyz
./apps/nextcloud
./apps/ollama
./apps/paperless
./apps/paperless-ai
./apps/traefik
./apps/vert
./apps/wyoming
../../modules
./apps/netdata
];
nas-apps = {
free-games-claimer.enable = true;
manyfold.enable = true;
netbootxyz = {
enable = true;
port = "4000";
port2 = "4080";
};
paperless-ai.enable = true;
tdarr.enable = true;
# spotify cancelled, data still in db
your_spotify.enable = false;
mongodb.enable = false;
};
}