Pim Kunis
998e01ae8c
Enable DNS over IPv6 and TCP to comply with isnic Provision k3s CA Make Atlas a k8s agent instead of server
35 lines
575 B
Nix
35 lines
575 B
Nix
let
|
|
applications = [
|
|
./freshrss.nix
|
|
./cyberchef.nix
|
|
./kms.nix
|
|
./inbucket.nix
|
|
./radicale.nix
|
|
./syncthing.nix
|
|
./nextcloud.nix
|
|
./pihole.nix
|
|
./hedgedoc.nix
|
|
./paperless-ngx.nix
|
|
./kitchenowl.nix
|
|
./forgejo
|
|
./media.nix
|
|
./bind9
|
|
./dnsmasq.nix
|
|
./minecraft.nix
|
|
./blog.nix
|
|
./atticd.nix
|
|
./argo.nix
|
|
];
|
|
in
|
|
{
|
|
imports = [
|
|
./base.nix
|
|
./custom-types.nix
|
|
./esrom.nix
|
|
./metallb.nix
|
|
./cert-manager.nix
|
|
./custom/ingress.nix
|
|
./custom/nfs-volume.nix
|
|
./traefik.nix
|
|
] ++ applications;
|
|
}
|