about summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorMalte Neuss <malteneuss@users.noreply.github.com>2024-05-20 14:54:08 +0200
committerMalte Neuss <malteneuss@users.noreply.github.com>2024-05-23 23:48:55 +0200
commit8a05b4f8d4bec7d1ae32c836c3cda8265689270b (patch)
tree8cc7fcd664dd8c0a6ba99e223dc40a70a2a4c483 /nixos/tests/all-tests.nix
parent1df1f8d3be8c916aa50cc5dd0c2d828a3472a70b (diff)
nixos/nextjs-ollama-llm-ui: init module
NixOS already has good support for the Ollama
backend service. Now we can benefit from
having a convenient web frontend as well for it.
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 8146a9b86026f..9876290590fdb 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -616,6 +616,7 @@ in {
   # TODO: put in networking.nix after the test becomes more complete
   networkingProxy = handleTest ./networking-proxy.nix {};
   nextcloud = handleTest ./nextcloud {};
+  nextjs-ollama-llm-ui = runTest ./web-apps/nextjs-ollama-llm-ui.nix;
   nexus = handleTest ./nexus.nix {};
   # TODO: Test nfsv3 + Kerberos
   nfs3 = handleTest ./nfs { version = 3; };