29 lines
437 B
Nix
Executable File
29 lines
437 B
Nix
Executable File
{ ... }:
|
|
{
|
|
imports = [
|
|
./apps/actual
|
|
./apps/arrs
|
|
./apps/crowdsec
|
|
./apps/excalidraw
|
|
./apps/gitea
|
|
./apps/immich
|
|
./apps/jellyfin
|
|
./apps/jellyseerr
|
|
./apps/lubelogger
|
|
./apps/nextcloud
|
|
./apps/ollama
|
|
./apps/paperless
|
|
./apps/traefik
|
|
./apps/wyoming
|
|
../../modules
|
|
];
|
|
|
|
nas-apps = {
|
|
free-games-claimer.enable = true;
|
|
|
|
manyfold.enable = true;
|
|
|
|
tdarr.enable = true;
|
|
};
|
|
}
|