Whoops, forgot new default.nix file
This commit is contained in:
parent
4ed8648925
commit
b3a3fe4bbd
|
@ -0,0 +1,38 @@
|
||||||
|
{ lib, config, pkgs, ... }:
|
||||||
|
|
||||||
|
with lib; {
|
||||||
|
imports = [
|
||||||
|
./fudo/acme-for-hostname.nix
|
||||||
|
./fudo/authentication.nix
|
||||||
|
./fudo/backplane
|
||||||
|
./fudo/chat.nix
|
||||||
|
./fudo/client/dns.nix
|
||||||
|
./fudo/common.nix
|
||||||
|
./fudo/dns.nix
|
||||||
|
./fudo/garbage-collector.nix
|
||||||
|
./fudo/git.nix
|
||||||
|
./fudo/grafana.nix
|
||||||
|
./fudo/ipfs.nix
|
||||||
|
./fudo/kdc.nix
|
||||||
|
./fudo/ldap.nix
|
||||||
|
./fudo/local-network.nix
|
||||||
|
./fudo/mail.nix
|
||||||
|
./fudo/mail-container.nix
|
||||||
|
./fudo/minecraft-server.nix
|
||||||
|
./fudo/netinfo-email.nix
|
||||||
|
./fudo/node-exporter.nix
|
||||||
|
./fudo/password.nix
|
||||||
|
./fudo/postgres.nix
|
||||||
|
./fudo/prometheus.nix
|
||||||
|
./fudo/secure-dns-proxy.nix
|
||||||
|
./fudo/slynk.nix
|
||||||
|
./fudo/system.nix
|
||||||
|
./fudo/vpn.nix
|
||||||
|
./fudo/webmail.nix
|
||||||
|
|
||||||
|
./informis/cl-gemini.nix
|
||||||
|
|
||||||
|
../fudo/profiles
|
||||||
|
../fudo/sites
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in New Issue