diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-01-03 20:18:18 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-01-03 20:18:18 +0100 |
commit | 31bd460c5e4c41f9d383d867649d70cf7376919f (patch) | |
tree | fd2e07addde7042dd47e48d595a15e1aee3c68fd /hosts/vidhar/postgresql.nix | |
parent | d650b72c0f71142426106db4dd71b2e7c7c413a5 (diff) | |
download | nixos-31bd460c5e4c41f9d383d867649d70cf7376919f.tar nixos-31bd460c5e4c41f9d383d867649d70cf7376919f.tar.gz nixos-31bd460c5e4c41f9d383d867649d70cf7376919f.tar.bz2 nixos-31bd460c5e4c41f9d383d867649d70cf7376919f.tar.xz nixos-31bd460c5e4c41f9d383d867649d70cf7376919f.zip |
...
Diffstat (limited to 'hosts/vidhar/postgresql.nix')
-rw-r--r-- | hosts/vidhar/postgresql.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/vidhar/postgresql.nix b/hosts/vidhar/postgresql.nix index fa5b734f..7e44e69f 100644 --- a/hosts/vidhar/postgresql.nix +++ b/hosts/vidhar/postgresql.nix | |||
@@ -28,5 +28,9 @@ in { | |||
28 | timerConfig.OnCalendar = "daily"; | 28 | timerConfig.OnCalendar = "daily"; |
29 | }; | 29 | }; |
30 | }; | 30 | }; |
31 | |||
32 | systemd.services.postgresql.serviceConfig = { | ||
33 | ReadWritePaths = [ "/var/spool/pgbackrest" "/var/lib/pgbackrest/archive/vidhar" ]; | ||
34 | }; | ||
31 | }; | 35 | }; |
32 | } | 36 | } |