mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-02 11:47:02 +00: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, ... }:
|
{ config, pkgs, ... }:
|
||||||
{ services.postgresql.enable = true;
|
{ services.postgresql.enable = true;
|
||||||
services.postgresql.package = pkgs.postgresql96;
|
services.postgresql.package = pkgs.postgresql96;
|
||||||
|
|
||||||
|
system.stateVersion = "17.03";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue