update flake, add mail backup and fix formatting
This commit is contained in:
@ -9,10 +9,14 @@
|
||||
rescue = "ssh-wrapper rescue";
|
||||
};
|
||||
|
||||
initExtra = /* bash */ ''
|
||||
source ${pkgs.blesh}/share/blesh/ble.sh
|
||||
export PATH=$PATH:~/.local/bin
|
||||
export SSH_AUTH_SOCK=/run/user/1000/ssh-agent
|
||||
'';
|
||||
initExtra =
|
||||
/*
|
||||
bash
|
||||
*/
|
||||
''
|
||||
source ${pkgs.blesh}/share/blesh/ble.sh
|
||||
export PATH=$PATH:~/.local/bin
|
||||
export SSH_AUTH_SOCK=/run/user/1000/ssh-agent
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user