Skip to content

Commit

Permalink
upgrade postgresql to 15
Browse files Browse the repository at this point in the history
  • Loading branch information
NyCodeGHG committed Nov 30, 2023
1 parent e623505 commit c48c80e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hosts/artemis/postgres.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{ ... }: {
{ pkgs, ... }:
{
services.postgresql = {
enable = true;
package = pkgs.postgresql_15;
};
}

0 comments on commit c48c80e

Please sign in to comment.