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
with pkgs; {
illustris = import ./by-maintainer.nix args;
homelab = {
inherit (nixosTests) jitsi-meet searx;
#inherit (nixosTests) hedgedoc jibri zfs;
};
dataPlatform = {
inherit (nixosTests) hadoop haproxy spark;
# https://github.com/NixOS/nixpkgs/pull/154004
#inherit (nixosTests) hadoop_3_2 hadoop2;
};
work = {
inherit (nixosTests) keepalived nginx vault;
sssd = { inherit (nixosTests) sssd sssd-ldap; };
# inherit (nixosTests) keycloak
};
#homelab = {
# inherit (nixosTests) jitsi-meet searx;
# #inherit (nixosTests) hedgedoc jibri zfs;
#};
#dataPlatform = {
# inherit (nixosTests) hadoop haproxy spark;
# # https://github.com/NixOS/nixpkgs/pull/154004
# #inherit (nixosTests) hadoop_3_2 hadoop2;
#};
#work = {
# inherit (nixosTests) keepalived nginx vault;
# sssd = { inherit (nixosTests) sssd sssd-ldap; };
# # inherit (nixosTests) keycloak
#};
#misc = {
# #prometheus = {
# # inherit (nixosTests) prometheus;