totoro: enable openvscode-server
This commit is contained in:
parent
90f9f99eae
commit
ddfb67cdd1
2 changed files with 9 additions and 1 deletions
|
@ -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";
|
||||||
}
|
}
|
||||||
|
|
2
third_party/default.nix
vendored
2
third_party/default.nix
vendored
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue