NixOS + home-manager configs, mirrored from GitLab SaaS. gitlab.com/andreijiroh-dev/nixops-config
nix-flake nixos home-manager nixpkgs nix-flakes
1
fork

Configure Feed

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

fix(agenix): do some syntax-related fireflighting locally

Assisted-by: Gemini 3 via Gemini CLI on Zed Editor over ACP
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>

+4 -4
+4 -4
shared/agenix.nix
··· 41 41 # Host pubkey must be set per-host in configurations/nixos/<host>/default.nix: 42 42 # age.rekey.hostPubkey = "ssh-ed25519 AAAA..."; 43 43 }; 44 - }; 45 44 46 - environment.systemPackages = with pkgs; [ 47 - agenix-rekey 48 - ]; 45 + environment.systemPackages = with pkgs; [ 46 + agenix-rekey 47 + ]; 48 + }; 49 49 }