mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2026-05-24 23:31:12 +02:00
bicep/postgres/repack: use local unix socket
This commit is contained in:
@@ -15,7 +15,7 @@ in
|
||||
User = "postgres";
|
||||
Group = "postgres";
|
||||
|
||||
ExecStart = "${lib.getExe cfg.package.pkgs.pg_repack} --port=${builtins.toString cfg.settings.port} --no-kill-backend --wait-timeout=30 --all";
|
||||
ExecStart = "${lib.getExe cfg.package.pkgs.pg_repack} --host=/run/postgresql --no-kill-backend --wait-timeout=30 --all";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user