commit 5ac253f474117aeb47b7287827a20fb7126bca52
parent d562f4cfa573713875dce325ffafe2949455323b
Author: MTRNord <mtrnord1@gmail.com>
Date: Wed, 6 Sep 2023 14:10:01 +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
@@ -46,7 +46,7 @@
text = ''
[template]
prefix = "/service/cluster-1"
- owner = "pgcat"
+ uid = ${config.users.users.pgcat.uid}
mode = "0644"
src = "pgcat.toml.tmpl"
dest = "/etc/pgcat/pgcat.toml"