postgres: always stop collectd for updates

This commit is contained in:
Sandro - 2023-01-06 23:18:28 +01:00
parent 752577cafa
commit 2800d5883b
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ lib.mkMerge [
extraArgs = [ "--link" ]
++ lib.optional (config ? microvm) "--jobs=${toString config.microvm.vcpu}";
newPackage = pkgs.postgresql_15;
stopServices = [ "nginx" ];
stopServices = [ "collectd" "nginx" ];
};
};