diff --git a/configuration.nix b/configuration.nix index d2fee31..59f5ba8 100644 --- a/configuration.nix +++ b/configuration.nix @@ -424,7 +424,6 @@ ### Program configuration programs = { fish.enable = true; - mosh.enable = true; tmux = { enable = true; newSession = true; @@ -483,10 +482,4 @@ NIX_PROFILE = "$XDG_CONFIG_HOME/nix/profile"; }; - # Needed to make the mosh server survive a - # user logout: systemd kills everything by default - environment.shellAliases = { - mosh-server = "systemd-run --user --scope mosh-server"; - }; - }