commit e342e9d771d7632734320a702c364dd508a1aca7
parent 36a727a30af49197178d3ec4d02f215fb83b582a
Author: MTRNord <mtrnord1@gmail.com>
Date: Wed, 6 Sep 2023 14:12:31 +0200
Try to make config work
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nixos/common/lib/pgcat.nix b/nixos/common/lib/pgcat.nix
@@ -47,7 +47,7 @@
text = ''
[template]
prefix = "/service/cluster-1"
- uid = ${config.users.users.pgcat.uid}
+ uid = 985
mode = "0644"
src = "pgcat.toml.tmpl"
dest = "/etc/pgcat/pgcat.toml"