It’s system-wide (unless home-manager is involved).
They’re a part of the immutable install, whose components reside in /nix/store
and are symlinked to /etc
.
Example from my computer:
$ realpath /etc/sddm.conf
/nix/store/slkq2k8vc4rx4ag55zf8ssl7qd9ry49v-sddm.conf
Ansible isn’t a good solution for reproducibility, since when you remove something from the playbook and redeploy, that old state will still be active.