nixos/vaultwarden: Use non-privileged port
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 18m41s

This commit is contained in:
2024-07-19 18:06:14 +01:00
parent b7be45715e
commit 1ea172e690
2 changed files with 2 additions and 2 deletions

View File

@@ -145,7 +145,7 @@ in
"pass.${pubDomain}" =
let
upstream = "http://vaultwarden-ctr.${domain}";
upstream = "http://vaultwarden-ctr.${domain}:8080";
in
{
locations = {