add other tests
This commit is contained in:
parent
387a3e55aa
commit
34b05e590e
10
default.nix
10
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;
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user