roles/dbserver-postgresql.nix: add psycopg2 module to config
This commit is contained in:
@@ -31,6 +31,7 @@ in {
|
||||
environment.systemPackages = with pkgs; [
|
||||
cfg.dbPackage
|
||||
cfg.ansibleLibPackage
|
||||
(python3.withPackages (ps: with ps; [ psycopg2 ]))
|
||||
];
|
||||
|
||||
services.postgresql = {
|
||||
|
Reference in New Issue
Block a user