-
I started with something simple.
```nix
shb.arr = {
sonarr.enable = true;
sonarr.settings.ApiKey = config.age.secrets.arr-api-key.path;
sonarr.subdomain = "radarr";
sonarr.doma…
-
I'm getting the following error after a boot. If i manually update the host with `nixos-rebuild --target-host ...` the secrets get populated and are accessible. Only after reboot they disappear again.…
-
## SECRETS MANAGEMENT
Declaritive Secrets management using age-encrypted secrets for NixOS and Home Manager.
[agenix](https://github.com/ryantm/agenix)
-
### Issue
It seems like there is an issue with how agenix might be retrieving the `$EDITOR` variable as superuser.
Line 162 seems to be referring to the following line of code:
```
[ -t 0 ] || E…
-
you would think `nix-shell -p agenix` should work.
-
When enabling the new experimental user activation program using `services.userborn.enable = true;` agenix fails to activate.
I am not quite sure what's going on here. A notable quirk of userborn i…
-
My idea is to auto-generate and archive unique root passwords per machine using `agenix-rekey`.
I was able to setup some generators to get this to work using nicely.
```
age.rekey = {
generate…
-
I am successfully using ` agenix` since I setup my machine. Today I wanted to add a new secret but I get
```
agenix: command not found
```
This is my config in my `flake.nix`
```
{
in…
-
```
$ agenix rekey --force
Collecting information about hosts. This may take a while...
Realizing 4 store paths
error:
… while setting up the build environment
error: getting …
-
I want to move from the docker deployment to the Nix-deployment. I'm handling my secrets in NixOs with [ragenix](https://github.com/yaxitech/ragenix). But I'm having a hard time to figure out how to u…