Add GitHub token via OneCLI + container git config (flakes-oi2x)
Add GitHub fine-grained token to OneCLI for transparent auth injection into yolo container. Add container-specific git config to rewrite SSH URLs to HTTPS.
Summary of Changes
mixins/nixos/services/onecli.nix— AddedGITHUB_TOKENsecret config with*.github.comhost pattern andAuthorization: token {value}injectionmixins/home/container/git.nix— New file: rewrites SSH GitHub URLs to HTTPS (routes through OneCLI proxy) and setsGIT_TERMINAL_PROMPT=0mixins/nixos/services/secrets/onecli-secrets.txt— User needs to add real token viasops