From 6d1ae7bd2228ff74fc1021f657053d7ccbf7c6e5 Mon Sep 17 00:00:00 2001 From: Emile Date: Tue, 3 Dec 2024 22:04:42 +0100 Subject: (flake) tweaked some deploy settings --- nix/lib/flake-helper.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nix/lib/flake-helper.nix b/nix/lib/flake-helper.nix index cac3a71..2f8a020 100644 --- a/nix/lib/flake-helper.nix +++ b/nix/lib/flake-helper.nix @@ -194,13 +194,14 @@ rec { { remoteBuild = true; hostname = "${ip}"; - fastConnection = true; + # fastConnection = true; profiles.system = { user = "root"; # user to install as sshUser = sshUser; # user to ssh to as # make sure people can use sudo # sshOpts = ["-A", "-t", "-S"]; + sshOpts = [ "-o" "ProxyCommand=none" ]; # make sure to add the nix foo on the darwin hosts to ~/.zshenv # as the ~/.zshrc doesn't get sourced when ssh-ing into the system -- cgit 1.4.1