Files
nix-config/modules/default.nix
mjallen18 bd812ddae0 immich
2024-09-20 20:44:16 -05:00

33 lines
573 B
Nix

{ ... }:
{
imports = [
./samba
./apps/beszel
./apps/beszel-agent
./apps/collabora
./apps/deluge
./apps/discover-wrapped
./apps/free-games-claimer
./apps/immich
./apps/jackett
./apps/jellyfin
./apps/jellyseerr
./apps/manyfold
./apps/mariadb
./apps/mealie
./apps/mongodb
./apps/nextcloud
./apps/ollama
./apps/open-webui
./apps/orca-slicer
./apps/radarr
./apps/sabnzbd
./apps/sonarr
./apps/swag
./apps/tdarr
./apps/vscode
./apps/wireguard
./apps/your-spotify
];
}