proper mountpoint testing

This commit is contained in:
2025-07-10 01:31:52 -07:00
parent b8eac31682
commit 75acb77162
8 changed files with 24 additions and 10 deletions

View File

@@ -8,7 +8,7 @@
}:
{
imports = [
(serviceMountDeps "postgresql" [ config.services.postgresql.dataDir ])
(serviceMountDeps "postgresql" [ config.services.postgresql.dataDir ] pkgs)
];
services.postgresql = {