mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
nixos/mobilizon: change psql socket dir to none symlinked directory (#352508)
This commit is contained in:
commit
1b171c15ab
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user