Mosh and some gpg stuff
This commit is contained in:
parent
bc51766594
commit
96be934cde
3 changed files with 39 additions and 3 deletions
home/features/cli
|
@ -1,6 +1,11 @@
|
|||
{ ... }: {
|
||||
{ pkgs, ... }: {
|
||||
programs.ssh.enable = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
mosh # SSH replacement for slow connections
|
||||
];
|
||||
|
||||
# TODO: persistence
|
||||
# home.persistence = {
|
||||
# "/persist/home/adrielus".directories = [ ".ssh" ];
|
||||
# };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue