Fix CA cert injection to be declarative (flakes-krtw)
Replace manual /etc/ssl/certs mutation with security.pki.certificateFiles. Seeder pushes CA to a known path, NixOS handles cert bundle integration.
Summary of Changes
packs/nixos/container/onecli-proxy.nix: added/var/lib/onecli/tmpfiles dir,onecli-ca-bundle.service(oneshot, rebuilds bundle idempotently from system certs + CA), andonecli-ca-bundle.path(watches/var/lib/onecli/ca.crt, re-triggers on every push/rotation). UpdatedNODE_EXTRA_CA_CERTSto point to the new stable path.mixins/nixos/services/onecli.nix: seeder now writes CA to/var/lib/onecli/ca.crtonly — no more in-container symlink replacement or bundle appending.packs/home/host/linux/scripts/incus/onecli-push-ca.bash: same simplification.