This commit is contained in:
Leon Vita 2022-11-26 17:30:36 +00:00
parent e141ce6ee0
commit b70d9bcb78
1 changed files with 1 additions and 2 deletions

View File

@ -57,7 +57,6 @@
virtualisation.docker.enable = true;
users.users.leon = {
isNormalUser = true;
extraGroups = [ "wheel" "docker" ];
@ -208,7 +207,7 @@ networking.wireguard.interfaces = {
forceSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://10.10.11.2:2500";
proxyPass = "http://10.10.11.4:80";
proxyWebsockets = true;
};
};