1
Fork 0

Mosh and some gpg stuff

This commit is contained in:
Matei Adriel 2023-07-18 23:58:42 +03:00
parent bc51766594
commit 96be934cde
No known key found for this signature in database
3 changed files with 39 additions and 3 deletions
home/features/cli

View file

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