mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 07:01:54 +00:00
nixos/tests/prosody: use sqlite database (#47185)
The test didn't catch an issue with luadbi because it used internal storage only. Switch to sqlite to test sql access.
This commit is contained in:
parent
ef2b217812
commit
589b290b43
@ -6,6 +6,9 @@ import ./make-test.nix {
|
||||
enable = true;
|
||||
# TODO: use a self-signed certificate
|
||||
c2sRequireEncryption = false;
|
||||
extraConfig = ''
|
||||
storage = "sql"
|
||||
'';
|
||||
};
|
||||
environment.systemPackages = let
|
||||
sendMessage = pkgs.writeScriptBin "send-message" ''
|
||||
|
Loading…
Reference in New Issue
Block a user