mirror of
https://github.com/sstent/vmimages.git
synced 2026-02-01 18:11:56 +00:00
adding ssh keys
This commit is contained in:
@@ -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
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user