Merge pull request 'master' (#94) from leon/nix-config:master into master

Reviewed-on: #94
This commit is contained in:
astro 2022-12-11 15:07:40 +01:00
commit 3d276740a2
2 changed files with 2 additions and 18 deletions

View File

@ -215,8 +215,8 @@ networking.wireguard.interfaces = {
forceSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://10.10.11.4:145000";
proxyWebsockets = true;
proxyPass = "http://10.10.11.4:14500";
proxyWebsockets = true;
};
};
virtualHosts."portainer.netlab.c3d2.de" = {

View File

@ -110,25 +110,9 @@ services.nextcloud = {
after = ["postgresql.service"];
};
# services.nginx.virtualHosts."localhost".listen = [ { addr = "127.0.0.1"; port = 8080; } ];
#<-----------------nextcloud----------------------
#-----------------------------ngin-X--------------------------------
# services.nginx = {
# enable = true;
# virtualHosts."bicospacetech.c3d2.de" = {
# forceSSL = true;
# enableACME = true;
# locations."/" = {
# proxyPass = "http://45.158.40.162:12000";
# proxyWebsockets = true;
# };
#};
#-----------------------------ngin-X--------------------------------
system.stateVersion = "22.05";