thrall: Provide update script for postgresql
see: https://nixos.org/manual/nixos/stable/#module-services-postgres-upgrading for details
This commit is contained in:
parent
f99a81bc9b
commit
f3adc3a8d5
2 changed files with 33 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue