2020-01-15 09:24:11 -08:00
|
|
|
{ lib, config, pkgs, ... }:
|
|
|
|
|
2021-01-14 14:22:09 -08:00
|
|
|
with lib; {
|
2020-01-15 09:24:11 -08:00
|
|
|
imports = [
|
|
|
|
./fudo/acme-for-hostname.nix
|
|
|
|
./fudo/authentication.nix
|
2020-11-16 12:39:37 -08:00
|
|
|
./fudo/backplane
|
2020-02-03 17:07:46 -08:00
|
|
|
./fudo/chat.nix
|
2020-11-16 12:39:37 -08:00
|
|
|
./fudo/client/dns.nix
|
2020-01-15 09:24:11 -08:00
|
|
|
./fudo/common.nix
|
2020-06-25 20:38:50 -07:00
|
|
|
./fudo/dns.nix
|
2020-10-24 09:14:46 -07:00
|
|
|
./fudo/garbage-collector.nix
|
2020-06-06 18:58:13 -07:00
|
|
|
./fudo/git.nix
|
2020-01-15 09:24:11 -08:00
|
|
|
./fudo/grafana.nix
|
2021-01-14 14:22:09 -08:00
|
|
|
./fudo/ipfs.nix
|
2020-01-15 09:24:11 -08:00
|
|
|
./fudo/kdc.nix
|
|
|
|
./fudo/ldap.nix
|
2020-06-07 14:32:19 -07:00
|
|
|
./fudo/local-network.nix
|
2020-01-15 09:24:11 -08:00
|
|
|
./fudo/mail.nix
|
|
|
|
./fudo/mail-container.nix
|
|
|
|
./fudo/minecraft-server.nix
|
2020-10-16 09:09:44 -07:00
|
|
|
./fudo/netinfo-email.nix
|
2020-01-15 09:24:11 -08:00
|
|
|
./fudo/node-exporter.nix
|
2020-11-16 12:39:37 -08:00
|
|
|
./fudo/password.nix
|
2020-01-15 09:24:11 -08:00
|
|
|
./fudo/postgres.nix
|
|
|
|
./fudo/prometheus.nix
|
2020-06-22 11:10:36 -07:00
|
|
|
./fudo/secure-dns-proxy.nix
|
2020-06-06 19:24:59 -07:00
|
|
|
./fudo/slynk.nix
|
2020-06-22 11:10:36 -07:00
|
|
|
./fudo/system.nix
|
2020-07-23 22:38:48 -07:00
|
|
|
./fudo/vpn.nix
|
2020-02-03 17:07:46 -08:00
|
|
|
./fudo/webmail.nix
|
|
|
|
|
2020-07-16 13:46:14 -07:00
|
|
|
./informis/cl-gemini.nix
|
|
|
|
|
2020-02-03 17:07:46 -08:00
|
|
|
../fudo/profiles
|
|
|
|
../fudo/sites
|
2020-01-15 09:24:11 -08:00
|
|
|
];
|
|
|
|
}
|