Use postgresql_16
This commit is contained in:
parent
1bf1ad8304
commit
14778e4a20
|
@ -93,24 +93,22 @@
|
||||||
services.postgresql = {
|
services.postgresql = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
package = pkgs.postgresql;
|
|
||||||
|
|
||||||
# Ensure the database, user, and permissions always exist
|
# Ensure the database, user, and permissions always exist
|
||||||
ensureDatabases = ["nextcloud" "onlyoffice" "akkoma"];
|
ensureDatabases = ["nextcloud" "onlyoffice" "akkoma"];
|
||||||
# ensureUsers = [
|
ensureUsers = [
|
||||||
# {
|
{
|
||||||
# name = "nextcloud";
|
name = "nextcloud";
|
||||||
# ensurePermissions."DATABASE nextcloud" = "ALL PRIVILEGES";
|
ensurePermissions."DATABASE nextcloud" = "ALL PRIVILEGES";
|
||||||
# }
|
}
|
||||||
# {
|
{
|
||||||
# name = "onlyoffice";
|
name = "onlyoffice";
|
||||||
# ensurePermissions."DATABASE onlyoffice" = "ALL PRIVILEGES";
|
ensurePermissions."DATABASE onlyoffice" = "ALL PRIVILEGES";
|
||||||
# }
|
}
|
||||||
# {
|
{
|
||||||
# name = "akkoma";
|
name = "akkoma";
|
||||||
# ensurePermissions."DATABASE akkoma" = "ALL PRIVILEGES";
|
ensurePermissions."DATABASE akkoma" = "ALL PRIVILEGES";
|
||||||
# }
|
}
|
||||||
# ];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
services.aria2 = {
|
services.aria2 = {
|
||||||
|
|
Loading…
Reference in a new issue