ryantm / agenix

age-encrypted secrets for NixOS and Home manager
https://matrix.to/#/#agenix:nixos.org
Creative Commons Zero v1.0 Universal
1.33k stars 106 forks source link

feat: works with sysuser #255

Open oluceps opened 3 months ago

oluceps commented 3 months ago

resolve: #238 reference: https://github.com/Mic92/sops-nix/commit/695275c349bb27f91b2b06cb742510899c887b81 q https://github.com/NixOS/nixpkgs/pull/270727

Had been tested with ragenix and agenix-rekey on linux and works well. https://github.com/oluceps/nixos-config/blob/b9e5ad9773ca6f24b4d3044c9ac891dc9b246929/flake.nix#L210

oluceps commented 3 months ago

Hmm, this now triggered infinite recursion. I'm figuring out why.

Solved