nix/modules/services/default.nix
pazpi 22697d1913 Test with Open-WebUI with full nix, podman and docker
At the end a docker compose is easier (wait for 25.04 maybe)
2025-05-24 18:10:47 +02:00

16 lines
255 B
Nix

{
imports = [
./authentik.nix
./dashy.nix
./firefly-iii.nix
./immich.nix
./media-mgr.nix
./nextcloud.nix
./paperless-ngx.nix
./plex.nix
./postgres.nix
./searx.nix
./vaultwarden.nix
./open-webui.nix
];
}