Skip to content

Commit

Permalink
fix: postgres - permission
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan4yin committed Sep 8, 2024
1 parent 0f5568f commit 00b9c7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hosts/idols-aquamarine/postgresql.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ in {
# Create Directories
# https://www.freedesktop.org/software/systemd/man/latest/tmpfiles.d.html#Type
systemd.tmpfiles.rules = [
"d /data/apps/postgresql 0755 ${user} ${user}"
"d ${dataDir} 0755 ${user} ${user}"
"d /data/apps/postgresql 0700 ${user} ${user}"
"d ${dataDir} 0700 ${user} ${user}"
];

# https://wiki.nixos.org/wiki/PostgreSQL
Expand Down

0 comments on commit 00b9c7e

Please sign in to comment.