Update 'default.nix'

This commit is contained in:
illustris 2022-09-12 12:30:11 +00:00
parent e97d162b36
commit 66cfb5b494

View File

@ -5,20 +5,20 @@ let
in in
with pkgs; { with pkgs; {
illustris = import ./by-maintainer.nix args; illustris = import ./by-maintainer.nix args;
homelab = { #homelab = {
inherit (nixosTests) jitsi-meet searx; # inherit (nixosTests) jitsi-meet searx;
#inherit (nixosTests) hedgedoc jibri zfs; # #inherit (nixosTests) hedgedoc jibri zfs;
}; #};
dataPlatform = { #dataPlatform = {
inherit (nixosTests) hadoop haproxy spark; # inherit (nixosTests) hadoop haproxy spark;
# 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 = { #work = {
inherit (nixosTests) keepalived nginx vault; # inherit (nixosTests) keepalived nginx vault;
sssd = { inherit (nixosTests) sssd sssd-ldap; }; # sssd = { inherit (nixosTests) sssd sssd-ldap; };
# inherit (nixosTests) keycloak # # inherit (nixosTests) keycloak
}; #};
#misc = { #misc = {
# #prometheus = { # #prometheus = {
# # inherit (nixosTests) prometheus; # # inherit (nixosTests) prometheus;