We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to use this on NixOS built from a flake where my user has a home manager configuration.
When I'm trying to rekey my secrets, I'm getting this output:
Rekeying host-xxx-user-xxx:id_ed25519 Rekeying host-xxx-user-xxx:id_ed25519.pub Removed 2 orphaned files for xxx in ./secrets/rekeyed/xxx
So, for some reason it rekeys my HM secrets and then immediately drops the files. I'm wondering what I'm doing wrong.
The text was updated successfully, but these errors were encountered:
Is your config public by chance so I can have a look at it?
Sorry, something went wrong.
Yeah, it's here: https://github.com/pshirshov/nix-gnome-lean , I've found a workaround, I define my secrets in nixos config here: https://github.com/pshirshov/nix-gnome-lean/blob/main/hosts/pavel-am5/cfg-pavel-am5.nix#L10 and then reference them in home-manager config here: https://github.com/pshirshov/nix-gnome-lean/blob/main/hosts/pavel-am5/home-pavel.nix#L10
Still, this is one more counterintuitive hoop to jump through.
No branches or pull requests
I'm trying to use this on NixOS built from a flake where my user has a home manager configuration.
When I'm trying to rekey my secrets, I'm getting this output:
So, for some reason it rekeys my HM secrets and then immediately drops the files. I'm wondering what I'm doing wrong.
The text was updated successfully, but these errors were encountered: