1
Fork 0

Moved mosh to root

This commit is contained in:
Matei Adriel 2023-07-19 00:36:58 +03:00
parent dbdf0bb77b
commit 90b66e147b
No known key found for this signature in database
2 changed files with 5 additions and 5 deletions
home/features/cli

View file

@ -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" ];