vscode fix?
This commit is contained in:
@@ -8,7 +8,8 @@
|
|||||||
url = "github:nix-community/home-manager";
|
url = "github:nix-community/home-manager";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
vscode-server.url = "path:./nixos/vscode";
|
# vscode-server.url = "path:./nixos/vscode";
|
||||||
|
vscode-server.url = "github:nix-community/nixos-vscode-server";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = {
|
outputs = {
|
||||||
@@ -42,8 +43,10 @@
|
|||||||
extraGroups = [ "wheel" ];
|
extraGroups = [ "wheel" ];
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
openssh.authorizedKeys.keyFiles = [ /root/.ssh/authorized_keys ];
|
openssh.authorizedKeys.keyFiles = [ /root/.ssh/authorized_keys ];
|
||||||
|
services.vscode-server.enable = true;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
vscode-server.nixosModules.default
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user