aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-01-24 18:26:42 -0600
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-01-24 18:26:42 -0600
commit548806184d9f9ebeb8e4ee60722860e0085874d2 (patch)
tree80bce7a4c4e6236ba86a4ffbb64bf7f75f7bef9f /flake.nix
parent7bd48f917c249dba890dd79f3180e7cff5dd1ce7 (diff)
more ssh config
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index bffbcd5..14af52d 100644
--- a/flake.nix
+++ b/flake.nix
@@ -80,6 +80,7 @@
deploy.nodes."ganymede" = {
hostname = "ganymede";
sshUser = "root";
+ sshOpts = ["-o" "RequestTTY=force"];
profiles.system = {
user = "root";