mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19: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"];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue