Files
manifests/policies/oceanbox/network/templ.nix
T
Jonas Juselius 11b398801d wip: try nixidy
2024-10-10 16:04:41 +02:00

12 lines
150 B
Nix

{ ... }:
{
applications.xxx = {
resources = {
ciliumClusterwideNetworkPolicies = {
xxx.spec = {
};
};
};
};
}