downgrade postgres
This commit is contained in:
parent
8c56fa110d
commit
fee192faac
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@ in {
|
|||
config = mkIf cfg.enable {
|
||||
services.postgresql = {
|
||||
enable = true;
|
||||
# this is set to v14 because im too lazy to migrate data directories
|
||||
# plz change
|
||||
package = pkgs.postgresql_14;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue