Install mosh (home-manager and system)
This commit is contained in:
parent
bfedb4a00b
commit
4d55372ef3
@ -101,6 +101,7 @@ in
|
||||
exec "${pkgs.hyfetch}/bin/neowofetch" "$@"
|
||||
'';
|
||||
in [
|
||||
mosh
|
||||
btop
|
||||
htop
|
||||
fzf
|
||||
|
@ -14,6 +14,11 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
programs.mosh = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
|
||||
services.tailscale.enable = true;
|
||||
|
||||
networking.wireguard.enable = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user