adding ssh keys

This commit is contained in:
2023-03-09 15:05:42 +00:00
parent 827650d2a5
commit c10ccddf08

View File

@@ -79,7 +79,7 @@
]; ];
custom = { custom = {
ssh-proxy.enable = true; ssh-proxy.enable = false;
beets.enable = true; beets.enable = true;
keybase.enable = true; keybase.enable = true;
}; };
@@ -111,7 +111,7 @@ programs = {
}; };
bashrcExtra = '' bashrcExtra = ''
if [ -e /home/sstent/.nix-profile/etc/profile.d/nix.sh ]; then . /home/sstent/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer if [ -e /home/sstent/.nix-profile/etc/profile.d/nix.sh ]; then . /home/sstent/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer
ssh-add -l # ssh-add -l
export PATH=$PATH:/bin #Fix for wslpath export PATH=$PATH:/bin #Fix for wslpath
''; '';
}; };