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.

nix fmt

Aly Raffauf (Jun 10, 2026, 8:08 PM EDT) 1cd1c838 300abd49

+5 -1
+5 -1
nix/nixos/programs/nix.nix
··· 117 117 ''; 118 118 } 119 119 ]; 120 - flake.modules.nixos.ssh-keys = {config, lib, ...}: let 120 + flake.modules.nixos.ssh-keys = { 121 + config, 122 + lib, 123 + ... 124 + }: let 121 125 buildMachineHosts = ["jubilife"]; 122 126 isBuildMachine = lib.elem config.networking.hostName buildMachineHosts; 123 127 in {