mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Merge pull request #30107 from danbst/patch-13
declarative containers: improve example config
This commit is contained in:
commit
ae23084237
1 changed files with 2 additions and 0 deletions
|
@ -596,6 +596,8 @@ in
|
|||
{ config, pkgs, ... }:
|
||||
{ services.postgresql.enable = true;
|
||||
services.postgresql.package = pkgs.postgresql96;
|
||||
|
||||
system.stateVersion = "17.03";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue