dev: add auth.localhost virtual host
1 file changed, 6 insertions(+), 0 deletions(-)
changed files
M system/settings/dev.nix → system/settings/dev.nix
@@ -118,6 +118,12 @@ } } ''; }; + "auth.localhost" = { + logFormat = "output discard"; + extraConfig = '' + reverse_proxy http://localhost:8082 + ''; + }; }; };