Skip to content

Commit

Permalink
ssh-agent didnt actually start
Browse files Browse the repository at this point in the history
  • Loading branch information
0x5a4 committed Nov 20, 2024
1 parent a97b4d7 commit 2fe59b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion host/droid/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
};

programs.fish.interactiveShellInit = ''
pidof ssh-agent &> /dev/null || eval (ssh-agent -c) &> /dev/null
pidof ssh-agent || eval (ssh-agent -c) &> /dev/null
'';

home.stateVersion = "24.05";
Expand Down

0 comments on commit 2fe59b4

Please sign in to comment.