flake shell: add management key

This commit is contained in:
Aaron Bieber 2022-09-02 12:46:13 -06:00
parent 735c08f30e
commit f3efe16185
No known key found for this signature in database

View File

@ -78,6 +78,7 @@
pkgs.mkShell {
shellHook = ''
PS1='\u@\h:\w; '
ssh-add /run/secrets/manager_key
'';
nativeBuildInputs = with pkgs; [
git