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.

ci: remove solaceon

Aly Raffauf (Jun 19, 2026, 4:52 PM EDT) 2f6f8495 1c8a7146

-18
-18
.github/workflows/build-nixos.yml
··· 74 74 name: cutehaus 75 75 - name: Build snowpoint 76 76 run: nix build --accept-flake-config --print-out-paths .#nixosConfigurations.snowpoint.config.system.build.toplevel 77 - build-solaceon: 78 - runs-on: ubuntu-latest 79 - steps: 80 - - name: Free Disk Space (Ubuntu) 81 - uses: jlumbroso/free-disk-space@main 82 - - name: Checkout 83 - uses: actions/checkout@v6 84 - with: 85 - fetch-depth: 1 86 - - name: Install Nix 87 - uses: DeterminateSystems/nix-installer-action@main 88 - - name: Cachix 89 - uses: cachix/cachix-action@master 90 - with: 91 - authToken: ${{ secrets.CACHIX_AUTH_TOKEN }} 92 - name: cutehaus 93 - - name: Build solaceon 94 - run: nix build --accept-flake-config --print-out-paths .#nixosConfigurations.solaceon.config.system.build.toplevel 95 77 name: build-nixos 96 78 'on': 97 79 push: