update to 23.11
This commit is contained in:
@@ -36,6 +36,10 @@
|
||||
services.postgresql = {
|
||||
ensureUsers = [{
|
||||
name = "grafana";
|
||||
# TODO this is deprecated
|
||||
# Need to translate this to
|
||||
# systemd.services.postgresql.postStart
|
||||
# or initialScript
|
||||
ensurePermissions = {
|
||||
"ALL TABLES IN SCHEMA public" = "SELECT";
|
||||
"DATABASE wallabag" = "CONNECT";
|
||||
|
||||
Reference in New Issue
Block a user