aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index 14af52d..31d663c 100644
--- a/flake.nix
+++ b/flake.nix
@@ -77,10 +77,9 @@
hostname = "mercury";
};
- deploy.nodes."ganymede" = {
- hostname = "ganymede";
+ deploy.nodes."ganymede-deploy" = {
+ hostname = "ganymede-deploy";
sshUser = "root";
- sshOpts = ["-o" "RequestTTY=force"];
profiles.system = {
user = "root";