zfs: HEAVILY REFACTOR subvolume handling
This commit is contained in:
@@ -7,8 +7,9 @@
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
(lib.serviceMountDeps "postgresql" [ config.services.postgresql.dataDir ])
|
||||
(lib.serviceDependZpool "postgresql" service_configs.zpool_ssds)
|
||||
(lib.serviceMountWithZpool "postgresql" service_configs.zpool_ssds [
|
||||
config.services.postgresql.dataDir
|
||||
])
|
||||
];
|
||||
|
||||
services.postgresql = {
|
||||
|
||||
Reference in New Issue
Block a user