Add vs code server fix for remote ssh
This commit is contained in:
parent
710a996893
commit
912ce5b94e
1 changed files with 7 additions and 0 deletions
|
@ -9,6 +9,13 @@
|
||||||
homeDirectory = "/home/jahanson";
|
homeDirectory = "/home/jahanson";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
imports = [
|
||||||
|
"${fetchTarball "https://github.com/msteen/nixos-vscode-server/tarball/master"}/modules/vscode-server/home.nix"
|
||||||
|
];
|
||||||
|
|
||||||
|
services.vscode-server.enable = true;
|
||||||
|
|
||||||
|
|
||||||
# basic configuration of git, please change to your own
|
# basic configuration of git, please change to your own
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Reference in a new issue