mirror of
https://github.com/sstent/vmimages.git
synced 2026-01-25 14:41:44 +00:00
adding ssh keys
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
];
|
||||
|
||||
custom = {
|
||||
ssh-proxy.enable = true;
|
||||
ssh-proxy.enable = false;
|
||||
beets.enable = true;
|
||||
keybase.enable = true;
|
||||
};
|
||||
@@ -111,7 +111,7 @@ programs = {
|
||||
};
|
||||
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
|
||||
ssh-add -l
|
||||
# ssh-add -l
|
||||
export PATH=$PATH:/bin #Fix for wslpath
|
||||
'';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user