chore: ssl on hseu
This commit is contained in:
parent
5b240e6fff
commit
8523ef80be
3 changed files with 5 additions and 2 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
{
|
{
|
||||||
"rust-analyzer.procMacro.enable": true,
|
"rust-analyzer.procMacro.enable": true,
|
||||||
|
"cSpellExt.enableDictionaries": ["german"],
|
||||||
|
"cSpell.language": "en,de",
|
||||||
"rust-analyzer.updates.channel": "nightly",
|
"rust-analyzer.updates.channel": "nightly",
|
||||||
"texlab.build.executable": "tectonic",
|
"texlab.build.executable": "tectonic",
|
||||||
"texlab.build.args": [
|
"texlab.build.args": [
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,7 @@
|
||||||
version = "1.0.0";
|
version = "1.0.0";
|
||||||
src = inputs.noice-nvim;
|
src = inputs.noice-nvim;
|
||||||
};
|
};
|
||||||
#coc-nvim = pkgs.vimUtils.buildVimPlugin {
|
#coc-ltex = pkgs.vimUtils.buildVimPlugin {
|
||||||
# name = "coc-nvim";
|
# name = "coc-nvim";
|
||||||
# src = inputs.coc-nvim;
|
# src = inputs.coc-nvim;
|
||||||
#};
|
#};
|
||||||
|
|
@ -118,6 +118,7 @@
|
||||||
coc-stylelint
|
coc-stylelint
|
||||||
coc-sqlfluff
|
coc-sqlfluff
|
||||||
#coc-spell-checker
|
#coc-spell-checker
|
||||||
|
pkgs.nodePackages.coc-ltex
|
||||||
#coc-solargraph # ruby
|
#coc-solargraph # ruby
|
||||||
coc-snippets
|
coc-snippets
|
||||||
#coc-smartf
|
#coc-smartf
|
||||||
|
|
|
||||||
|
|
@ -69,7 +69,7 @@ in
|
||||||
services.nginx.virtualHosts."h.hailsatan.eu" = {
|
services.nginx.virtualHosts."h.hailsatan.eu" = {
|
||||||
listenAddresses = [ "0.0.0.0" "[::0]" ];
|
listenAddresses = [ "0.0.0.0" "[::0]" ];
|
||||||
useACMEHost = "hailsatan.eu";
|
useACMEHost = "hailsatan.eu";
|
||||||
addSSL = true;
|
forceSSL = true;
|
||||||
locations = {
|
locations = {
|
||||||
"/".proxyPass = "http://192.168.122.76:8123";
|
"/".proxyPass = "http://192.168.122.76:8123";
|
||||||
"/".proxyWebsockets = true;
|
"/".proxyWebsockets = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue