Tobias Zimmermann
Tobias Zimmermann
Sorry, I didn’t see that when I glanced at the code or find it in the documentation. Might I suggest adding that to the README?
Yes, I was talking about about caching on the local file system.
I assume this is because openSUSE by default configures `sudo` to ask for the `root` password, rather than the password of your user. You can adjust this in your sudoers...
I actually did a rewrite of both the PAM module and the Windows side (in Rust) for this roughly two years ago. It also doesn't use any unsupported APIs anymore...
I also currently use the Flake and love having it here, that said, I also follow all arguments listed above against having it here. > More specifically for nix, I...
The above issue experienced by @javacafe01 can be worked around by importing `PATH` into the systemd user environment, either via `systemctl --user import-environment PATH` or `dbus-update-activation-environment --systemd PATH` or preferably...
I have my secret set up the same way you have @pshirshov. However, I never needed to deploy twice. I am currently using nixos-anywhere to provision servers and things have...
I have encountered that error as well. However that was only when I set up the key that agenix uses for decryption incorrectly. Ever since I fixed that error things...
@vale981 would you mind sharing your workaround? I'm facing the same issue (albeit with two other layouts). I hope you're not rewriting the scancode-to-keycode translation table?
I see! I was thinking of doing something similar, albeit controlled manually rather than using udev. I appreciate the offer, but there's no need to write up a Gist on...