Mic92/sops-nix

Atomic secret provisioning for NixOS based on sops

View on GitHub ↗Jump to charts ↓Open shareable report →

Data as of . Signed-in members get hourly updates — create a free account.

Summary Information

Updated 2 hours ago
Added to GitGenius on September 21st, 2026
Created on July 6th, 2020
Open Issues & Pull Requests: 111 (+0)
GitHub issues: Enabled
Number of forks: 236
Total Stargazers: 3,176 (+0)
Total Subscribers: 12 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 11.1 hours
Mean response time: 23.8 days
90th percentile: 58.4 days
Tracked items: 140

How this project is maintained

Roughly one issue in five opened in the past year never receives a reply. 93% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 50% of issues opened in the past year have been closed. Three people close 56% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 61
New in 7 days: 1
Closed in 7 days: 1
Avg open age: 569 days
Stale 30+ days: 53
Stale 90+ days: 44

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (2)
  • question (1)

Most active issues this week

Sign in to see which issues are moving.
Sign in

Detailed Description

sops-nix is a secret provisioning tool for NixOS that integrates the sops encryption framework into NixOS configurations.

The tool addresses the problem of managing encrypted secrets within NixOS systems. It builds on sops, an existing secrets management framework, and adapts it specifically for NixOS deployments. The approach allows secrets to be defined and encrypted at the configuration level, then provisioned atomically when the system is built or deployed. This integration means secrets can be version-controlled alongside infrastructure code while remaining encrypted until runtime.

Developers managing NixOS systems with sensitive configuration data should consider this tool, particularly those already using sops or seeking a declarative approach to secret management within the NixOS ecosystem. It suits projects where secrets need to be tightly coupled with system configuration and where atomic provisioning—ensuring secrets are available exactly when needed—is important. The tool is designed specifically for NixOS, so it is most relevant for teams building on that platform.

The project shows consistent maintenance activity with regular commits addressing bug fixes and feature improvements. Pull requests are reviewed and merged steadily, indicating active engagement with contributions. Issues are tracked and responded to, suggesting the maintainers remain responsive to user needs and problems. The codebase receives updates that extend functionality and address edge cases discovered in production use.