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,
|
||||
"cSpellExt.enableDictionaries": ["german"],
|
||||
"cSpell.language": "en,de",
|
||||
"rust-analyzer.updates.channel": "nightly",
|
||||
"texlab.build.executable": "tectonic",
|
||||
"texlab.build.args": [
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@
|
|||
version = "1.0.0";
|
||||
src = inputs.noice-nvim;
|
||||
};
|
||||
#coc-nvim = pkgs.vimUtils.buildVimPlugin {
|
||||
#coc-ltex = pkgs.vimUtils.buildVimPlugin {
|
||||
# name = "coc-nvim";
|
||||
# src = inputs.coc-nvim;
|
||||
#};
|
||||
|
|
@ -118,6 +118,7 @@
|
|||
coc-stylelint
|
||||
coc-sqlfluff
|
||||
#coc-spell-checker
|
||||
pkgs.nodePackages.coc-ltex
|
||||
#coc-solargraph # ruby
|
||||
coc-snippets
|
||||
#coc-smartf
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@ in
|
|||
services.nginx.virtualHosts."h.hailsatan.eu" = {
|
||||
listenAddresses = [ "0.0.0.0" "[::0]" ];
|
||||
useACMEHost = "hailsatan.eu";
|
||||
addSSL = true;
|
||||
forceSSL = true;
|
||||
locations = {
|
||||
"/".proxyPass = "http://192.168.122.76:8123";
|
||||
"/".proxyWebsockets = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue