VSCode, slight changes to deploy

This commit is contained in:
Kat Inskip 2023-07-19 11:14:52 -07:00
parent 61b95262b8
commit c8ed8c6888
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
3 changed files with 4 additions and 3 deletions

View file

@ -145,7 +145,7 @@
(set.optional (name != "renko") {
${name} = {
hostname = "${name}.inskip.me";
sshUser = "kat";
sshUser = "deploy";
sshOpts = ["-p" "${builtins.toString (builtins.head inputs.self.nixosConfigurations.${name}.config.services.openssh.ports)}"];
};
})
@ -153,6 +153,7 @@
${name} = {
sshUser = "nixos";
hostname = "orb";
fastConnection = true;
sshOpts = ["-p" "32222"];
};
})

View file

@ -24,7 +24,7 @@ _: let
IdentityFile /Users/kat/.orbstack/ssh/id_ed25519
'';
/*
ProxyCommand env HOME=/Users/kat '/Applications/OrbStack.app/Contents/Frameworks/OrbStack Helper (VM).app/Contents/MacOS/OrbStack Helper (VM)' ssh-proxy-fdpass
ProxyCommand env HOME=/Users/kat '/Applications/OrbStack.app/Contents/Frameworks/OrbStack Helper (VM).app/Contents/MacOS/OrbStack Helper (VM)' ssh-proxy-fdpass
ProxyUseFdpass yes
*/
};