13 lines
191 B
Nix
13 lines
191 B
Nix
{
|
|
imports = [
|
|
# ./argo.nix
|
|
# ./minecraft.nix
|
|
./base.nix
|
|
./longhorn.nix
|
|
./metallb.nix
|
|
./cert-manager.nix
|
|
./custom
|
|
./volumes.nix
|
|
./custom-types.nix
|
|
];
|
|
}
|