From 4d55372ef38c02c6aa147e4ef28a24c454d6c7fe Mon Sep 17 00:00:00 2001 From: NullBite Date: Mon, 8 Apr 2024 01:09:16 -0400 Subject: [PATCH] Install mosh (home-manager and system) --- home/profile/base.nix | 1 + system/common/remote.nix | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/home/profile/base.nix b/home/profile/base.nix index 685ef7c..34fc1de 100644 --- a/home/profile/base.nix +++ b/home/profile/base.nix @@ -101,6 +101,7 @@ in exec "${pkgs.hyfetch}/bin/neowofetch" "$@" ''; in [ + mosh btop htop fzf diff --git a/system/common/remote.nix b/system/common/remote.nix index 699e0d2..7bd6f82 100644 --- a/system/common/remote.nix +++ b/system/common/remote.nix @@ -14,6 +14,11 @@ in }; }; + programs.mosh = { + enable = true; + openFirewall = true; + }; + services.tailscale.enable = true; networking.wireguard.enable = true;