a
This commit is contained in:
parent
c47fe97b0f
commit
5e47c211dd
2 changed files with 8 additions and 2 deletions
|
|
@ -28,7 +28,8 @@ in
|
|||
yzhang.markdown-all-in-one # markdown
|
||||
marketplace.davidanson.vscode-markdownlint
|
||||
marketplace.quarto.quarto
|
||||
marketplace.valentjn.vscode-ltex # languagetool
|
||||
#marketplace.valentjn.vscode-ltex # languagetool
|
||||
valentjn.vscode-ltex
|
||||
#marketplace.gpoore.codebraid-preview
|
||||
|
||||
|
||||
|
|
@ -182,7 +183,7 @@ in
|
|||
"lldb.library" = "/Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/LLDB";
|
||||
"lldb.launch.expressions" = "native";
|
||||
# ltex-ls
|
||||
"ltex.ltex-ls.path" = "${pkgs.unstable.ltex-ls}";
|
||||
"ltex.language" = "de";
|
||||
|
||||
|
||||
};
|
||||
|
|
|
|||
|
|
@ -65,6 +65,11 @@
|
|||
|
||||
services.lolpizza2.enable = true;
|
||||
|
||||
services.nginx.virtualHosts."8000.ragon.xyz" = {
|
||||
useACMEHost = "ragon.xyz";
|
||||
forceSSL = true;
|
||||
locations."/".proxyPass = "http://[::1]:8000";
|
||||
};
|
||||
services.nginx.virtualHosts."lolpizza.ragon.xyz" = {
|
||||
useACMEHost = "ragon.xyz";
|
||||
forceSSL = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue