chore: add basic template and lib

This commit is contained in:
technofab 2024-03-06 10:23:25 +00:00
parent c39e29b568
commit 6d7653ff0c
8 changed files with 593 additions and 0 deletions

8
template/default.nix Normal file
View file

@ -0,0 +1,8 @@
{values, ...}: {
imports = [
# import other files here
];
kubernetes.resources = {
# define Kubernetes resources here
};
}