Try this?

This commit is contained in:
Lillian-Violet 2023-11-26 19:18:09 +01:00
parent 5a6435ea86
commit 4f324b9bcb
2 changed files with 2 additions and 3 deletions

View file

@ -108,8 +108,7 @@
noto-fonts-emoji
oh-my-zsh
onlyoffice-documentserver
postgresql_15
postgresql15Packages.rum
postgresql
python3
rsync
rabbitmq-server

View file

@ -93,7 +93,7 @@
services.postgresql = {
enable = true;
package = pkgs.postgresql_15;
package = pkgs.postgresql;
# Ensure the database, user, and permissions always exist
ensureDatabases = ["nextcloud" "onlyoffice" "akkoma"];