fix evaluation error
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 4m12s
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 4m12s
This commit is contained in:
parent
1bf75d2f1f
commit
bcd8e6e7de
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
{ lib, ... }: {
|
{ pkgs, lib, ... }: {
|
||||||
# fix every update causing error:
|
# fix every update causing error:
|
||||||
# > microservices worker error: PostgresError: must be owner of function album_user_after_insert, stack: PostgresError: must be owner of function album_user_after_insert
|
# > microservices worker error: PostgresError: must be owner of function album_user_after_insert, stack: PostgresError: must be owner of function album_user_after_insert
|
||||||
systemd.services.postgresql.postStart = pkgs.lib.mkAfter ''
|
systemd.services.postgresql.postStart = pkgs.lib.mkAfter ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue