Dont enable CDN signing user agent requirement in tests

This commit is contained in:
Rory&
2026-07-15 07:11:35 +02:00
parent 9321e75e51
commit 8cea7149a1
+2 -3
View File
@@ -62,9 +62,8 @@ in
};
};
rabbitmq = {
host = lib.mkIf isRabbitMqTest "amqp://guest:guest@127.0.0.1:5672";
};
rabbitmq.host = lib.mkIf isRabbitMqTest "amqp://guest:guest@127.0.0.1:5672";
security.cdnSignatureIncludeUserAgent = false;
};
nginx.enable = true;