about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-12-08 16:23:20 +0100
committerGitHub <noreply@github.com>2023-12-08 16:23:20 +0100
commit6f6d03b28459437f43ba68bff6d27dc84300619c (patch)
treee19a11fda31765fed4afc2d0ceb8142feb539e34 /nixos
parent70294f4069dbe9ba672e42db35d318c91e4e1177 (diff)
parent57e3ca7057c30dc37345fb5ea215f0a1eb4b4527 (diff)
downloadnixlib-6f6d03b28459437f43ba68bff6d27dc84300619c.tar
nixlib-6f6d03b28459437f43ba68bff6d27dc84300619c.tar.gz
nixlib-6f6d03b28459437f43ba68bff6d27dc84300619c.tar.bz2
nixlib-6f6d03b28459437f43ba68bff6d27dc84300619c.tar.lz
nixlib-6f6d03b28459437f43ba68bff6d27dc84300619c.tar.xz
nixlib-6f6d03b28459437f43ba68bff6d27dc84300619c.tar.zst
nixlib-6f6d03b28459437f43ba68bff6d27dc84300619c.zip
Merge pull request #272875 from chayleaf/maubot
nixos/maubot: fix eval with default config
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/matrix/maubot.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/matrix/maubot.nix b/nixos/modules/services/matrix/maubot.nix
index 7d392c22983b..bc96ca03b1fc 100644
--- a/nixos/modules/services/matrix/maubot.nix
+++ b/nixos/modules/services/matrix/maubot.nix
@@ -42,7 +42,7 @@ let
       database = lib.last (lib.splitString "/" noSchema);
     };
 
-  postgresDBs = [
+  postgresDBs = builtins.filter isPostgresql [
     cfg.settings.database
     cfg.settings.crypto_database
     cfg.settings.plugin_databases.postgres