diff --git a/test/common.nix b/test/common.nix index b78e7f4..51c6cff 100644 --- a/test/common.nix +++ b/test/common.nix @@ -146,6 +146,7 @@ in config = { # HTTP(s) server port. networking.firewall.allowedTCPPorts = [ 80 443 ]; + shb.nginx.accessLog = true; }; }; diff --git a/test/services/vaultwarden.nix b/test/services/vaultwarden.nix index 43e79bc..e46c24c 100644 --- a/test/services/vaultwarden.nix +++ b/test/services/vaultwarden.nix @@ -49,7 +49,6 @@ let subdomain = "v"; }; - shb.nginx.accessLog = true; shb.vaultwarden = { enable = true; inherit (config.test) subdomain domain;