Skip to content

Commit

Permalink
fix: update ssh stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Suya1671 committed May 22, 2024
1 parent 34b5b51 commit 4cd8f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion users/modules/niri.nix
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ in {
command = [
"sh" "-c"
''
eval $(gnome-keyring-daemon -s --components=pkcs11,secrets,ssh);
eval $(gnome-keyring-daemon -s --components=pkcs11,secrets,ssh -f);
export SSH_AUTH_SOCK;
''
];
Expand Down

0 comments on commit 4cd8f3b

Please sign in to comment.