enable nginx access log for all tests

This commit is contained in:
ibizaman 2025-07-06 23:33:38 +02:00 committed by Pierre Penninckx
parent 56d097d96d
commit 46a6c430ef
2 changed files with 1 additions and 1 deletions

View file

@ -146,6 +146,7 @@ in
config = {
# HTTP(s) server port.
networking.firewall.allowedTCPPorts = [ 80 443 ];
shb.nginx.accessLog = true;
};
};

View file

@ -49,7 +49,6 @@ let
subdomain = "v";
};
shb.nginx.accessLog = true;
shb.vaultwarden = {
enable = true;
inherit (config.test) subdomain domain;