1
0

Fix language tags

This commit is contained in:
Thibault “Adædra” Hamel 2024-04-17 21:03:09 +02:00
parent 2e23a6cc15
commit 6191e420b8

View File

@ -51,14 +51,14 @@ At this point, you will need to relaunch your session or reboot.
You can check that the new agent is launched by checking its own environment variable: You can check that the new agent is launched by checking its own environment variable:
[,.sh] [,sh]
---- ----
echo $USER_SSH_AUTH_SOCK echo $USER_SSH_AUTH_SOCK
---- ----
You now need to setup your shell to setup things properly and shadow the "normal" SSH agent. In your shell init (e.g. `~/.zshenv`): You now need to setup your shell to setup things properly and shadow the "normal" SSH agent. In your shell init (e.g. `~/.zshenv`):
[,.sh] [,sh]
---- ----
export SSH_SK_PROVIDER=$(realpath $HOME/.local/state/nix/profiles/profile/libexec/libsk-libfido2.dylib) export SSH_SK_PROVIDER=$(realpath $HOME/.local/state/nix/profiles/profile/libexec/libsk-libfido2.dylib)
test -n "$USER_SSH_AUTH_SOCK" && SSH_AUTH_SOCK="$USER_SSH_AUTH_SOCK" test -n "$USER_SSH_AUTH_SOCK" && SSH_AUTH_SOCK="$USER_SSH_AUTH_SOCK"