proper mountpoint testing

This commit is contained in:
2025-07-10 01:31:52 -07:00
parent 265d5ff5fb
commit 888fbc3649
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 = {