u/JakeGinesin

Bricked my sony xperia xz2

I tried so hard to love LineageOS, but for some reason the operating system caused my proximity sensor on my sony xperia xz2 to always be enabled, essentially locking me out of my phone.

Thanks for all the fish.

reddit.com
u/JakeGinesin — 1 day ago
▲ 6 r/NixOS

An approach to evaluation-time secrets

While I leave critical secrets such as private keys, passwords, API tokens, etc to agenix/sops, I've frequently found myself wanting to provide my config with less critical secrets such as IPs, MAC addresses, or password hashes at evaluation time.

I've been testing the following approach. I encrypt my secrets I want to make available at evaluation-time with git-crypt, and store the git-crypt key with agenix. My config is available here for anyone curious. This way, everything remains automatically managed and self-contained within the config itself.

Are there any better approaches to evaluation-time secrets? I personally don't like relying on GPG and git-crypt, and I'd like to migrate to a tool I have more trust in. Thanks!

reddit.com
u/JakeGinesin — 3 months ago