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

Configure Feed

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

auto-upgrade: update default flake url to infra repo

Aly Raffauf (Jul 10, 2026, 11:51 AM EDT) 1ae65f5f 9f1839b3

+1 -1
+1 -1
nix/nixos/base/auto-upgrade.nix
··· 6 6 }: { 7 7 options.myFlakeUrl = lib.mkOption { 8 8 type = lib.types.str; 9 - default = "github:alyraffauf/cute.haus"; 9 + default = "github:alyraffauf/infra"; 10 10 description = "Default flake URL for this NixOS configuration."; 11 11 }; 12 12