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;