From c7925447faa8a4f62af47754a9700848a1360fc9 Mon Sep 17 00:00:00 2001 From: Satria Date: Sat, 7 Mar 2026 22:12:42 +0700 Subject: [PATCH] fix lib import --- modules/system/homelab/gallery.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/homelab/gallery.nix b/modules/system/homelab/gallery.nix index 5d0f00c..0557793 100644 --- a/modules/system/homelab/gallery.nix +++ b/modules/system/homelab/gallery.nix @@ -1,4 +1,4 @@ -{ homelab, ... }: { +{ lib, homelab, ... }: { users.users.immich.extraGroups = [ "video" "render" ]; services = {