postgresql: set package version globally

This commit is contained in:
Antoine Martin 2021-03-23 22:36:50 +01:00
parent 6174bcd165
commit 0cf16198a8
4 changed files with 8 additions and 2 deletions

View file

@ -14,7 +14,6 @@ in
};
config = lib.mkIf cfg.enable {
# FIXME: set postgresql package globally
services.postgresql = {
enable = true;