nixos/mobilizon: change psql socket dir to none symlinked directory (#352508)

This commit is contained in:
Jenny 2024-11-07 14:01:37 +01:00 committed by GitHub
commit 1b171c15ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,7 +52,7 @@ let
dbUser = if repoSettings.username != null then repoSettings.username else "mobilizon";
postgresql = config.services.postgresql.package;
postgresqlSocketDir = "/var/run/postgresql";
postgresqlSocketDir = "/run/postgresql";
secretEnvFile = "/var/lib/mobilizon/secret-env.sh";
in