Refactor the SSH configuration generation to reduce duplication and
improve efficiency.
- Extract `IdentityFile` line generation into a shared variable in
`ssh-inventory.nix` to ensure consistency between per-host and
gitea blocks.
- Optimize `selectedHosts` resolution in `home-manager/default.nix`
by reusing `activeHosts` when the "all" wildcard is used.
- Tighten IPv4 regex matching in `ssh-inventory.nix` using anchors.
- Update `users-merge.nix` to propagate `extraIdentities` to the
rbw outbound configuration.
- Set default `authorizedHosts` to "all" for inbound SSH users.
- Introduced a new module `rbw-ssh-socket.nix` to manage SSH_AUTH_SOCK for rbw.
- Updated `default.nix` to utilize the new SSH socket variable for session management.
- Refactored Bash and Fish shell configurations to use the new module for setting SSH_AUTH_SOCK, improving maintainability and consistency across shell environments.
- Introduced a new `navi` module for managing deployments across multiple hosts.
- Enhanced SSH inventory management to support public key application for authorized hosts.
- Configured system deployment builder for seamless integration with Navi.
- Updated various host configurations to enable deployment capabilities and streamline SSH access.