Update 'default.nix'

This commit is contained in:
illustris 2022-02-05 14:33:02 +00:00
parent dbded132b6
commit 16798ecf58

View File

@ -6,22 +6,26 @@ in
with pkgs; { with pkgs; {
illustris = import ./by-maintainer.nix args; illustris = import ./by-maintainer.nix args;
homelab = { homelab = {
inherit (nixosTests) hedgedoc jitsi-meet searx; inherit (nixosTests) jitsi-meet searx;
#inherit (nixosTests) jibri zfs; #inherit (nixosTests) hedgedoc jibri zfs;
}; };
misc = { dataPlatform = {
hadoop = { inherit (nixosTests) hadoop spark;
inherit (nixosTests) hadoop;
# https://github.com/NixOS/nixpkgs/pull/154004 # https://github.com/NixOS/nixpkgs/pull/154004
#inherit (nixosTests) hadoop_3_2 hadoop2; #inherit (nixosTests) hadoop_3_2 hadoop2;
}; };
work = {
inherit (nixosTests) keepalived nginx vault;
sssd = { inherit (nixosTests) sssd sssd-ldap; }; sssd = { inherit (nixosTests) sssd sssd-ldap; };
prometheus = { # inherit (nixosTests) keycloak
inherit (nixosTests) prometheus;
#inherit (nixosTests) prometheus-exporters;
};
inherit (nixosTests) kafka keepalived keycloak nginx php postgresql signal-desktop spark vault;
}; };
#misc = {
# #prometheus = {
# # inherit (nixosTests) prometheus;
# # #inherit (nixosTests) prometheus-exporters;
# #};
# #inherit (nixosTests) kafka php postgresql signal-desktop;
#};
#disabled = { #disabled = {
# mysql = { inherit (nixosTests) mysql mysql-autobackup mysql-backup mysql-replication; }; # mysql = { inherit (nixosTests) mysql mysql-autobackup mysql-backup mysql-replication; };
#}; #};