This commit is contained in:
Reid 2024-11-01 19:54:26 -07:00
parent 1a53db8ce1
commit 91509baa59
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
6 changed files with 82 additions and 24 deletions

View file

@ -11,7 +11,6 @@ in {
config = mkIf cfg.enable {
services.postgresql = {
enable = true;
package = pkgs.postgresql_14;
};
};