diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-12-26 19:31:04 +0100 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-12-26 19:31:04 +0100 |
commit | aa2cb08ff28e9ba17b6c632dd56b32944b6ff2a6 (patch) | |
tree | 7e58bf591cf67f3dff7534f48f2f73caefa26ac5 /host | |
parent | Postgres setup (diff) | |
download | Rory-Open-Architecture-aa2cb08ff28e9ba17b6c632dd56b32944b6ff2a6.tar.xz |
Postgres data dir as subdir
Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
Diffstat (limited to 'host')
-rw-r--r-- | host/Rory-postgres/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-postgres/configuration.nix b/host/Rory-postgres/configuration.nix index 7123a57..6081652 100644 --- a/host/Rory-postgres/configuration.nix +++ b/host/Rory-postgres/configuration.nix @@ -35,7 +35,7 @@ # CREATE DATABASE nixcloud; # GRANT ALL PRIVILEGES ON DATABASE nixcloud TO nixcloud; # ''; - dataDir = "/data"; + dataDir = "/data/pg"; }; system.stateVersion = "22.11"; # DO NOT EDIT! |