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