agenix VS nixos-config

Compare agenix vs nixos-config and see what are their differences.

agenix

age-encrypted secrets for NixOS and Home manager (by ryantm)

nixos-config

Mirror of https://code.balsoft.ru/balsoft/nixos-config (by balsoft)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
agenix nixos-config
10 8
1,226 231
- -
7.5 6.5
15 days ago about 1 month ago
Nix Nix
Creative Commons Zero v1.0 Universal GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

agenix

Posts with mentions or reviews of agenix. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-01.
  • password manager solution advice
    2 projects | /r/NixOS | 1 Mar 2023
    How about: https://github.com/ryantm/agenix
  • how to store secrets needed at install time
    4 projects | /r/NixOS | 26 Feb 2023
    I've heard good things about and seen sops-nix used on a few really solid configs. Others tend to use Age or Homeage.
  • Ask HN: A Better Docker Compose?
    12 projects | news.ycombinator.com | 2 Jan 2023
    I don't have a write-up, just my code in git. But it's not public. I'm not using anything out of the ordinary - Nix containers, modules, and functions, and the Agenix module with uses a private key to decrypt secrets at start. The Nix language is inherently composable. Here are some links that explain:

    Containers:

    https://nixos.wiki/wiki/NixOS_Containers

    Modules:

    https://nixos.wiki/wiki/NixOS_modules

    Functions:

    https://www.reddit.com/r/NixOS/comments/zzstun/please_help_m...

    Agenix:

    https://github.com/ryantm/agenix

  • ridiculously easy mail server setup with NixOS
    2 projects | /r/NixOS | 5 Oct 2022
    For passwords I am using agenix which is also pretty awesome, an alternative could have been sops.nix.
  • NixOS for Apt/Yum Users: a Gift That Keeps on Giving
    1 project | /r/linux | 29 Sep 2022
    Alternatively, you could simply add the wireless connection files to the Networkmanager dir in /etc using environment.etc. Though keep in mind that any file declared in your config is readable by any user in your system. agenix would be the solution to that.
  • What to do...
    4 projects | /r/linuxquestions | 7 Jun 2022
    One think I saw that I don't recommend is to change your password after installing; that's not very reporoducible, use users.users..hashedPassword or users.users..passwordFile with agenix or sops-nix.
  • Understanding nixos secrets management/aws configuration
    4 projects | /r/NixOS | 16 Apr 2022
    Answering your broader question (secret management) colmena does that for me outside the Nix store. I also use git-crypt to store secrets in the repo. There are also more Nix-y alternatives like agenix.
  • If you’re not using SSH certificates you’re doing SSH wrong
    13 projects | news.ycombinator.com | 24 Mar 2022
    I feel that trying to make SSH keys short-lived is becoming more painful each year because there's an increase of tools that use SSH keys for purposes other than SSH logins. For example, age [1] encrypts files with SSH keys, agenix [2] does secrets management with it, Git can now sign commits with it [3], and even ssh-keygen can now sign arbitrary data [4]. All of these become useless the moment you start using short-lived keys.

    [1]: https://github.com/FiloSottile/age

    [2]: https://github.com/ryantm/agenix

    [3]: https://calebhearth.com/sign-git-with-ssh

    [4]: https://www.man7.org/linux/man-pages/man1/ssh-keygen.1.html

  • homeage: declarative runtime decrypted age secrets for home manager
    3 projects | /r/NixOS | 7 Nov 2021
    I built this because I try to keep as much as possible outside of my system config but all of the secret managers I found were system only. I had no idea how to solve this until I found RaitoBezarius' awesome pull request to agenix where it all clicked. It also exposed me to the inner workings of home-manager which has definitely made me appreciate it more! I kept this separate from agenix because I am interested only in a module rather than a CLI and thus see it as having a different fit.
  • How do you manage your private keys?
    8 projects | /r/NixOS | 21 Apr 2021
    I've been thinking about the same thing. I haven't gotten around to it yet but agenix looked the most promising to me so far

nixos-config

Posts with mentions or reviews of nixos-config. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-07.
  • Is there any equivalent to a curated Fedora/Ubuntu? A NixOS-based distro or metarepo of configs perhaps?
    4 projects | /r/NixOS | 7 May 2022
    balsoft: https://github.com/balsoft/nixos-config
  • Home-manager mime wildchar
    5 projects | /r/NixOS | 29 Jan 2022
    Examples: - https://github.com/gmarmstrong/dotfiles/blob/master/nixpkgs/home.nix - https://github.com/balsoft/nixos-config/blob/master/profiles/applications-setup.nix - https://github.com/gytis-ivaskevicius/nixfiles/blob/master/home-manager/common.nix - https://github.com/xtruder/nix-profiles/blob/master/home-manager/roles/desktop/work.nix
  • I'm Here Because of a Meme - Looking for Pointers
    2 projects | /r/NixOS | 21 Nov 2021
    I am not in a state to write a detailed recommendation list for all the things you've mentioned, but: - There is indeed an official Matrix room: #nix:nixos.org . I believe this is the most popular Nix community out there. - As for multiple hosts, there are different approaches out there. Typically you will write NixOS "modules" (which are like pieces of configuration) and then merge (combine) them together, along with some machine-specific overrides, to get configurations for all your machines. I do something similar for my config. Here are the modules: https://github.com/balsoft/nixos-config/tree/master/profiles which configure different pieces of my system, then those modules are combined into "roles" (e.g. here's a desktop role: https://github.com/balsoft/nixos-config/blob/master/roles/desktop.nix) and then those roles are imported from actual machine configs with some overrides (e.g. here's the config for the box I'm writing this from: https://github.com/balsoft/nixos-config/blob/master/machines/AMD-Workstation/default.nix)
  • Can configuration.nix manage GTK themes?
    4 projects | /r/NixOS | 4 Jun 2021
    Hey, inkscape build seems to be broken, but I have made a new working derivation that uses resvg instead: https://github.com/balsoft/nixos-config/blob/master/modules/workspace/gtk.nix#L32
  • How do you manage your private keys?
    8 projects | /r/NixOS | 21 Apr 2021
    I use a custom pass-based hack: https://github.com/balsoft/nixos-config/blob/master/modules/secrets.nix and https://github.com/balsoft/nixos-config/blob/master/modules/secrets-envsubst.nix. My actual GPG key is on my yubi.
  • nix-dram: Nix flakes with a modified frontend
    4 projects | /r/NixOS | 3 Feb 2021
    Adding self to local registry is done here: https://github.com/balsoft/nixos-config/blob/master/modules/nix.nix#L6
  • Is there a way to use niv with NixOS configuration ?
    3 projects | /r/NixOS | 1 Feb 2021
    Ok, just checked with that nix version and my nixos-config, and I can build my configuration without .git in it.

What are some alternatives?

When comparing agenix and nixos-config you can also consider the following projects:

sops-nix - Atomic secret provisioning for NixOS based on sops

digga - A flake utility library to craft shell-, home-, and hosts- environments.

nixos-config - My NixOS configurations.

homeage - runtime decrypted age secrets for nix home manager

inkscape

pass-import - A pass extension for importing data from most existing password managers

nix-profiles - Configuration profiles for x-truder networks

slips - SatoshiLabs Improvement Proposals

nixos-config - KISS NixOS configuration based on Flakes & flake-parts (supports macOS too)

packages - Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md

.dots - just my .dotfiles