From f36bb226357e7aa94b8dfa3a032813fb082f7339 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sun, 19 Apr 2026 14:04:23 -0500 Subject: [PATCH] extraOptions for docs --- modules/services/ssh.nix | 4 ++++ 1 file changed, 4 insertions(+) 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";