From 3673eaa9cb60995ff47405f3a5603c773d1b5295 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sun, 12 Nov 2023 10:49:10 +0800 Subject: [PATCH] profiles/dev: remove Mosh program This is best handled on a case-by-case basis. Some hosts are now using Eternal Terminal and some are using Mosh. --- modules/nixos/profiles/dev.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/nixos/profiles/dev.nix b/modules/nixos/profiles/dev.nix index 7410f151..7a87378c 100644 --- a/modules/nixos/profiles/dev.nix +++ b/modules/nixos/profiles/dev.nix @@ -136,9 +136,6 @@ in { gopass # An improved version of the password manager for hipsters. zoxide # Gain teleportation abilities! ]; - - # A modern version of the SSH. - programs.mosh.enable = true; }) # !!! Please add your user to the "libvirtd" group.