mirror of
https://gitlab.com/TECHNOFAB/nixlets.git
synced 2026-05-04 16:49:28 +02:00
8 lines
131 B
Nix
8 lines
131 B
Nix
{...}: {
|
|
imports = [
|
|
# import other files here
|
|
];
|
|
kubernetes.resources = {
|
|
# define Kubernetes resources here
|
|
};
|
|
}
|