diff options
Diffstat (limited to 'host/Rory-postgres/configuration.nix')
-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! |