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