Don't think I want this anyway
This commit is contained in:
parent
212a675cb1
commit
05fdaeea5d
3 changed files with 2 additions and 27 deletions
|
@ -1,24 +0,0 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
services.openvscode-server = {
|
||||
enable = true;
|
||||
port = 7773;
|
||||
telemetryLevel = "off";
|
||||
withoutConnectionToken = true;
|
||||
};
|
||||
services.nginx = {
|
||||
virtualHosts = {
|
||||
"code.lillianviolet.dev" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://localhost:7773";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue