use lib.serviceDependZpool

This commit is contained in:
2025-08-21 05:06:03 -04:00
parent df8a22760c
commit 3557a2e6c8
9 changed files with 12 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
{
imports = [
(lib.serviceMountDeps "postgresql" [ config.services.postgresql.dataDir ])
(lib.serviceDependZpool "postgresql" service_configs.zpool_ssds)
];
services.postgresql = {