Update postgres to 15

This commit is contained in:
Nathan McCarty 2023-05-28 19:57:18 -04:00
parent 228bc6005a
commit 2949bcef85
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 2 additions and 0 deletions

View File

@ -68,6 +68,8 @@
virtualization = { docker = true; }; virtualization = { docker = true; };
}; };
}; };
# Set postgres version
services.postgresql.package = pkgs.postgresql_15;
# Configure bootloader # Configure bootloader
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;