Add vs code server fix for remote ssh

This commit is contained in:
Joseph Hanson 2024-02-23 12:30:15 -06:00
parent 710a996893
commit 912ce5b94e
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -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;