thrall: Provide update script for postgresql

see: https://nixos.org/manual/nixos/stable/#module-services-postgres-upgrading for details
This commit is contained in:
Alexander Kobjolke 2023-12-14 19:39:37 +01:00
parent f99a81bc9b
commit f3adc3a8d5
2 changed files with 33 additions and 0 deletions

View file

@ -9,6 +9,7 @@ let
in {
imports = [ # Include the results of the hardware scan.
./hardware-configuration.nix
../../modules/upgrade-pg-cluster.nix
];
nix.package = pkgs.nixUnstable;