From 34b05e590eca00e7d29ef75b5fdb90b496d5ec4f Mon Sep 17 00:00:00 2001 From: illustris Date: Sun, 23 Jan 2022 16:30:56 +0530 Subject: [PATCH] add other tests --- default.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/default.nix b/default.nix index 77fc08a..60b11f8 100644 --- a/default.nix +++ b/default.nix @@ -2,4 +2,14 @@ { illustris = import ./by-maintainer.nix args; + homelab = { + inherit (nixosTests) hedgedoc jibri jitsi-meet searx zfs; + }; + misc = { + hadoop = { inherit (nixosTests) hadoop hadoop_3_2 hadoop2; }; + sssd = { inherit (nixosTests) sssd sssd-ldap; } + prometheus = { inherit (nixosTests) prometheus prometheus-exporters; } + mysql = { inherit (nixosTests) mysql mysql-autobackup mysql-backup mysql-replication; } + inherit (nixosTests) kafka keepalived keycloak nginx php postgresql signal-desktop spark vault; + }; }