mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
home-manager: remove ssh-add commands
This commit is contained in:
parent
378a862dcf
commit
680989d497
1 changed files with 1 additions and 3 deletions
4
home.nix
4
home.nix
|
@ -41,9 +41,7 @@
|
|||
nix-generations = "sudo nix-env -p /nix/var/nix/profiles/system --list-generations";
|
||||
nix-upgrade = "sudo nixos-rebuild switch --upgrade";
|
||||
};
|
||||
bashrcExtra = "eval `ssh-agent`\n
|
||||
ssh-add ~/.ssh/protonmail\n
|
||||
ssh-add ~/.ssh/system76";
|
||||
bashrcExtra = "eval `ssh-agent`";
|
||||
};
|
||||
|
||||
programs.git = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue