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
|
|
@ -15,7 +15,7 @@
|
|||
];
|
||||
userSettings = {
|
||||
"nix.enableLanguageServer" = true;
|
||||
"workbench.colorTheme" = "Light Modern";
|
||||
"workbench.colorTheme" = "Default Light Modern";
|
||||
"editor.suggest.preview" = true;
|
||||
"[nix]" = {
|
||||
"editor.defaultFormatter" = "kamadorueda.alejandra";
|
||||
|
|
|
|||
|
|
@ -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