Update postgresql on matrix

This commit is contained in:
Nathan McCarty 2023-05-28 20:22:18 -04:00
parent 924ec63ef9
commit 4b05fafef7
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 3 additions and 0 deletions

View File

@ -80,6 +80,9 @@
firewall = { };
};
# Set postgresql version
services.postgresql.package = pkgs.postgresql_15;
# Setup home manager
home-manager.users.nathan = import ./home.nix;