mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
VSCode, slight changes to deploy
This commit is contained in:
parent
61b95262b8
commit
c8ed8c6888
3 changed files with 4 additions and 3 deletions
|
|
@ -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"];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -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
|
||||
*/
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue