Update netbox ip
Some checks are pending
/ Build Nix targets (push) Waiting to run

This commit is contained in:
Théo Barnouin 2025-06-17 12:15:50 +02:00
parent 32e5ee92f0
commit 1fc6e03c2c
2 changed files with 2 additions and 2 deletions

View file

@ -159,7 +159,7 @@ in {
forceSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "https://192.168.1.90:443";
proxyPass = "https://192.168.1.21";
proxyWebsockets = true;
recommendedProxySettings = true;
};