about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2021-03-25T19·13+0200
committertazjin <mail@tazj.in>2021-03-26T18·25+0000
commite851cd1f386a63978930cc4cf32134f7cc4b057c (patch)
treeab52fed10067232790dac94cb542e04c6ca0b31e
parent79cd46113b71b5ea8cfbecd44d9ba928a4d9c39a (diff)
feat(tverskoy): Enable mosh r/2340
Change-Id: I18fa98aa6ba5892729ab130336f6a5d597865bf4
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2667
Reviewed-by: tazjin <mail@tazj.in>
Tested-by: BuildkiteCI
-rw-r--r--users/tazjin/nixos/tverskoy/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix
index 445dee4959..58ea68315f 100644
--- a/users/tazjin/nixos/tverskoy/default.nix
+++ b/users/tazjin/nixos/tverskoy/default.nix
@@ -193,6 +193,7 @@ in lib.fix(self: {
     fish.enable = true;
     light.enable = true;
     ssh.startAgent = true;
+    mosh.enable = true;
 
     # Required by impermanence
     fuse.userAllowOther = true;