feat: setup a8 in ssh config for vscode remote dev
This commit is contained in:
parent
21a5ee2c9f
commit
e7eaef940f
1 changed files with 5 additions and 0 deletions
5
home.nix
5
home.nix
|
|
@ -53,6 +53,11 @@ in
|
|||
programs.ssh = {
|
||||
enable = true;
|
||||
enableDefaultConfig = false;
|
||||
matchBlocks = {
|
||||
"a8" = {
|
||||
user = "heroz";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
programs.vesktop = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue