2024-05-09 15:03:13 +00:00
|
|
|
let
|
|
|
|
applications = [
|
2024-04-13 14:37:18 +00:00
|
|
|
./freshrss.nix
|
|
|
|
./cyberchef.nix
|
|
|
|
./kms.nix
|
|
|
|
./inbucket.nix
|
|
|
|
./radicale.nix
|
|
|
|
./syncthing.nix
|
|
|
|
./nextcloud.nix
|
|
|
|
./pihole.nix
|
|
|
|
./hedgedoc.nix
|
2024-05-25 15:35:00 +00:00
|
|
|
./paperless.nix
|
2024-04-13 14:37:18 +00:00
|
|
|
./kitchenowl.nix
|
2024-04-20 11:00:41 +00:00
|
|
|
./forgejo
|
2024-04-13 14:37:18 +00:00
|
|
|
./media.nix
|
2024-04-13 21:25:48 +00:00
|
|
|
./bind9
|
2024-04-13 14:37:18 +00:00
|
|
|
./dnsmasq.nix
|
2024-05-09 15:03:13 +00:00
|
|
|
./blog.nix
|
2024-06-01 09:12:43 +00:00
|
|
|
./attic.nix
|
2024-06-12 21:14:55 +00:00
|
|
|
./atuin.nix
|
2024-06-16 14:46:08 +00:00
|
|
|
./immich.nix
|
2024-05-20 19:55:59 +00:00
|
|
|
# ./argo.nix
|
2024-05-24 21:40:19 +00:00
|
|
|
# ./minecraft.nix
|
2024-05-09 15:03:13 +00:00
|
|
|
];
|
|
|
|
in
|
|
|
|
{
|
|
|
|
imports = [
|
|
|
|
./base.nix
|
2024-05-18 21:32:58 +00:00
|
|
|
./longhorn.nix
|
2024-04-13 14:37:18 +00:00
|
|
|
./esrom.nix
|
2024-06-02 13:51:54 +00:00
|
|
|
./ek2024.nix
|
2024-04-13 14:37:18 +00:00
|
|
|
./metallb.nix
|
|
|
|
./cert-manager.nix
|
2024-04-14 21:11:19 +00:00
|
|
|
./custom/ingress.nix
|
2024-04-14 21:34:54 +00:00
|
|
|
./custom/nfs-volume.nix
|
2024-05-20 16:25:11 +00:00
|
|
|
./custom/longhorn-volume.nix
|
2024-04-20 09:11:34 +00:00
|
|
|
./traefik.nix
|
2024-05-20 18:48:47 +00:00
|
|
|
./volumes.nix
|
2024-05-20 19:55:59 +00:00
|
|
|
./custom-types.nix
|
2024-05-09 15:03:13 +00:00
|
|
|
] ++ applications;
|
2024-04-13 14:37:18 +00:00
|
|
|
}
|