diff --git a/modules/services/ssh.nix b/modules/services/ssh.nix index c91ff08..70174af 100644 --- a/modules/services/ssh.nix +++ b/modules/services/ssh.nix @@ -175,6 +175,10 @@ in "docs" = { hostname = "192.168.1.110"; user = "root"; + extraOptions = { + RequestTTY = "force"; + RemoteCommand = "~/.nix-profile/bin/jsl-zsh"; + }; }; "gitea" = { hostname = "192.168.1.104";