Merge pull request #30107 from danbst/patch-13

declarative containers: improve example config
This commit is contained in:
Frederik Rietdijk 2017-11-04 09:59:09 +01:00 committed by GitHub
commit ae23084237
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -596,6 +596,8 @@ in
{ config, pkgs, ... }:
{ services.postgresql.enable = true;
services.postgresql.package = pkgs.postgresql96;
system.stateVersion = "17.03";
};
};
}