From 6aec3e8f3c8a84d61ac42da9d1bd209950e0f86b Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Mon, 26 Dec 2022 19:48:41 +0100 Subject: Fix pg perms Signed-off-by: TheArcaneBrony --- host/Rory-postgres/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/Rory-postgres/configuration.nix b/host/Rory-postgres/configuration.nix index 7531b62..fce3257 100644 --- a/host/Rory-postgres/configuration.nix +++ b/host/Rory-postgres/configuration.nix @@ -17,7 +17,7 @@ # environment.systemPackages = with pkgs; [ # postgresql # ]; - systemd.tmpfiles.rules = [ "d /data/pg 0755 postgres postgres" ]; + systemd.tmpfiles.rules = [ "d /data/pg 0750 postgres postgres" ]; services.postgresql = { enable = true; -- cgit 1.4.1