Upgrade postgres

This commit is contained in:
Sandro - 2023-01-07 00:54:40 +01:00
parent c5373bc576
commit 6072dbca1b
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 5 additions and 0 deletions

View File

@ -117,6 +117,11 @@
};
portunus.addToHosts = true;
postgresql = {
package = pkgs.postgresql_15;
upgrade.stopServices = [ "gitea" ];
};
};
programs.msmtp = {