Mic92 / dotfiles

My NixOS dotfiles
MIT License
517 stars 37 forks source link

Question: Folder-based secrets organization with sops #938

Closed oneingan closed 10 months ago

oneingan commented 10 months ago

Hi, i recently observed how you are organizing secrets in /sops folder and I loved it. But some questions arise on me, how are you consuming that? I tried to find it in your code but I haven't found it.

I was, also, wondering if a module system like haumea could make it accessible to sops-nix or similar?

Thanks in advance from a follower of your amazing work!!

Mic92 commented 10 months ago

We are working on a new NixOS fleet management tool that unifies installation, deployment, secrets and some abstractions to allow also non-technical users. This folder based secret management is part of it: https://git.clan.lol/clan/clan-core/src/branch/main/docs/secrets-management.md

oneingan commented 10 months ago

Thanks for your reply, I was taking a look and looks great. Do you imagine how to factorize out the secrets part as a standalone tool with a nixosModule? Would it makes sense to you? Regards.

Mic92 commented 10 months ago

I thought about it, but I don't when and if I get to do that.