Update 'default.nix'
This commit is contained in:
parent
dbded132b6
commit
16798ecf58
30
default.nix
30
default.nix
@ -6,22 +6,26 @@ in
|
||||
with pkgs; {
|
||||
illustris = import ./by-maintainer.nix args;
|
||||
homelab = {
|
||||
inherit (nixosTests) hedgedoc jitsi-meet searx;
|
||||
#inherit (nixosTests) jibri zfs;
|
||||
inherit (nixosTests) jitsi-meet searx;
|
||||
#inherit (nixosTests) hedgedoc jibri zfs;
|
||||
};
|
||||
misc = {
|
||||
hadoop = {
|
||||
inherit (nixosTests) hadoop;
|
||||
# https://github.com/NixOS/nixpkgs/pull/154004
|
||||
#inherit (nixosTests) hadoop_3_2 hadoop2;
|
||||
};
|
||||
dataPlatform = {
|
||||
inherit (nixosTests) hadoop 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; };
|
||||
prometheus = {
|
||||
inherit (nixosTests) prometheus;
|
||||
#inherit (nixosTests) prometheus-exporters;
|
||||
};
|
||||
inherit (nixosTests) kafka keepalived keycloak nginx php postgresql signal-desktop spark vault;
|
||||
# inherit (nixosTests) keycloak
|
||||
};
|
||||
#misc = {
|
||||
# #prometheus = {
|
||||
# # inherit (nixosTests) prometheus;
|
||||
# # #inherit (nixosTests) prometheus-exporters;
|
||||
# #};
|
||||
# #inherit (nixosTests) kafka php postgresql signal-desktop;
|
||||
#};
|
||||
#disabled = {
|
||||
# mysql = { inherit (nixosTests) mysql mysql-autobackup mysql-backup mysql-replication; };
|
||||
#};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user