extend nixpkgs's lib instead
This commit is contained in:
@@ -3,12 +3,12 @@
|
||||
config,
|
||||
username,
|
||||
service_configs,
|
||||
serviceMountDeps,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
(serviceMountDeps "postgresql" [ config.services.postgresql.dataDir ] pkgs)
|
||||
(lib.serviceMountDeps "postgresql" [ config.services.postgresql.dataDir ])
|
||||
];
|
||||
|
||||
services.postgresql = {
|
||||
|
||||
Reference in New Issue
Block a user