Moved mosh to root
This commit is contained in:
parent
dbdf0bb77b
commit
90b66e147b
2 changed files with 5 additions and 5 deletions
home/features/cli
|
@ -1,10 +1,6 @@
|
|||
{ 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