totoro: enable openvscode-server

This commit is contained in:
Luke Granger-Brown 2023-08-19 21:13:16 +00:00
parent 90f9f99eae
commit ddfb67cdd1
2 changed files with 9 additions and 1 deletions

View file

@ -589,5 +589,13 @@ in {
boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
services.openvscode-server = {
enable = true;
user = "lukegb";
withoutConnectionToken = true;
host = "100.122.86.11";
port = 3002;
};
system.stateVersion = "22.11"; system.stateVersion = "22.11";
} }

View file

@ -8,7 +8,7 @@ let
allowUnfree = true; allowUnfree = true;
checkMeta = false; checkMeta = false;
permittedInsecurePackages = [ permittedInsecurePackages = [
"p7zip-16.02" "nodejs-16.20.2" # for openvscode-server
]; ];
packageOverrides = pkgs: { packageOverrides = pkgs: {
factorio = pkgs.factorio.override depot.ops.secrets.factorio; factorio = pkgs.factorio.override depot.ops.secrets.factorio;