22
0
mirror of https://github.com/SuperSandro2000/nixos-modules.git synced 2024-06-11 10:44:10 +02:00

postgres: fix double dot

This commit is contained in:
Sandro - 2023-12-24 14:55:09 +01:00
parent 58b23cec73
commit caa008d22e
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -7,7 +7,7 @@ in
{
options.services.postgresql = {
upgrade = {
enable = libS.mkOpinionatedOption "install the upgrade-pg-cluster script to update postgres.";
enable = libS.mkOpinionatedOption "install the upgrade-pg-cluster script to update postgres";
extraArgs = lib.mkOption {
type = with lib.types; listOf str;