Hybrid cloud cluster monorepo with Ansible, K8s, NixOS, and Terraform. cute.haus
ansible terraform nix k8s
0

Configure Feed

Select the types of activity you want to include in your feed.

treefmt: exclude k8s/flux/system/gotk-components.yaml

Aly Raffauf (Jul 1, 2026, 6:16 PM EDT) 5df48da3 8bd6099e

+6 -1
+6 -1
nix/treefmt.nix
··· 1 1 { 2 2 perSystem.treefmt.config = { 3 - settings.global.excludes = ["k8s/flux/secrets/*.sops.yaml"]; 3 + settings.global.excludes = [ 4 + "k8s/flux/secrets/*.sops.yaml" 5 + # Flux-generated upstream manifest (flux install output); Renovate bumps 6 + # it verbatim, so don't let prettier reformat/diverge it from upstream. 7 + "k8s/flux/system/gotk-components.yaml" 8 + ]; 4 9 5 10 programs = { 6 11 alejandra.enable = true;