postgresql: set package version globally
This commit is contained in:
parent
6174bcd165
commit
0cf16198a8
4 changed files with 8 additions and 2 deletions
7
services/postgresql.nix
Normal file
7
services/postgresql.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
# set postgresql version so we don't get any bad surprise
|
||||
config.services.postgresql = {
|
||||
package = pkgs.postgresql_12;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue