This commit is contained in:
2025-08-06 19:55:24 +03:00
parent 1dd1848673
commit f33bb778be
8 changed files with 27 additions and 6 deletions
+4
View File
@@ -92,6 +92,7 @@
inputs:
let
flakeContext = { inherit inputs; };
immich = import ./pkgs/immich; #{ inherit pkgs; };
in
{
nixosConfigurations = {
@@ -142,5 +143,8 @@
};
# homeModules = {
# };
packages."x86_64-linux" = {
immich = immich.package;
};
};
}