summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--host/Rory-postgres/configuration.nix2
1 files changed, 1 insertions, 1 deletions
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;