profiles/matrix: add sqlite to explore databases
god… Signed-off-by: Ryan Lahfa <federez-infra@lahfa.xyz>
This commit is contained in:
parent
e938475a17
commit
1cd73831d4
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ in {
|
||||||
LC_CTYPE = "C";
|
LC_CTYPE = "C";
|
||||||
'';
|
'';
|
||||||
|
|
||||||
environment.systemPackages = [ pkgs.matrix-synapse ];
|
# Surgical operations for various databases.
|
||||||
|
environment.systemPackages = [ pkgs.matrix-synapse pkgs.sqlite ];
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
recommendedTlsSettings = true;
|
recommendedTlsSettings = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue