-
Hi, I embed a non-confidential key file when I build a ISO
```
age.identityPaths = [ ../../secrets/raw/img_key_ed25519 ];
```
This decrypts "secrets" in LiveCD correctly before commit https://gith…
-
I have an old `~/.ssh/id_rsa` and a newer `~/.ssh/id_ed25519` that I mostly use. `agenix` picks the former by default and complains about it being old, which is fine. But I’d expect that if I pass `-…
-
I have an old `~/.ssh/id_rsa` and a newer `~/.ssh/id_ed25519` that I mostly use. `agenix` picks the former by default and complains about it being old, which is fine. But I’d expect that if I pass `-…
-
### Describe the bug
Trying to use the NixOS Nextcloud service doesn't seem to work when installing from scratch.
EDIT: I guess I should also post some logs:
```
warning: the following units f…
-
Setting `age.identityPaths = [ "/etc/ssh/ssh_host_rsa_key" "/etc/nixos/keys/${config.networking.hostName}/id_rsa" ];` will give a warning that the first doesn't exist (at the moment, after boot it wil…
-
Currently, I override `boot.initrd.systemd.services.auto-install.script` to a [customized install script](https://github.com/mlyxshi/kexec-mini/blob/04ebc5d0577a5a57e73a388f4fa3839499e8fda3/override.…
-
Would you consider a PR that replaces `writeShellScriptBin` with `writeShellApplication`?
For a security-focused package, having all the shell code automatically `shellcheck`ed might help eliminate…
-
Something that I am used to do and works in both NixOS and Home-Manager is to use `imports` to load modules from `inputs` inside my configuration. This works with the usage of either `specialArgs` (fr…
-
It would be great to have the option to easily rekey all secrets if there are changes to the recipients.
`agenix` which is a mechanism to deploy secrets to hosts that uses age has this option, whic…
-
First off, thanks for packaging this as a flake. I am trying to use this flake on my Raspberry Pi 4. I am getting the error `Class "Doctrine\Common\Lexer\AbstractLexer" not found` when attempting to r…