Hi,
I’m relatively new to NixOS (got it for my homelab) and so far I’ve managed to get a really nice snapraid-btrfs NAS running, however, the next list of services I plan to run on that server require secrets, after going deep down that rabbithole I found two options for me:
- agenix (preferred)
- sops-nix
Since I do most of my development on a macOS machine, I want to manage my secrets from here as well, is there a way for me to get agenix/some agenix compatible secret generator on my mac without having to go through the full nix package manager thingy?
If not, is there a sops option I can use?
Thanks in advance