diff options
author | Vincent Ambo <mail@tazj.in> | 2021-03-25T19·13+0200 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2021-03-26T18·25+0000 |
commit | e851cd1f386a63978930cc4cf32134f7cc4b057c (patch) | |
tree | ab52fed10067232790dac94cb542e04c6ca0b31e | |
parent | 79cd46113b71b5ea8cfbecd44d9ba928a4d9c39a (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.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix index 445dee49593b..58ea68315f10 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; |