2024-05-09 15:03:13 +00:00
|
|
|
let
|
|
|
|
applications = [
|
2024-04-13 14:37:18 +00:00
|
|
|
./media.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-07-13 18:18:17 +00:00
|
|
|
./custom
|
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
|
|
|
}
|