This commit is contained in:
2025-11-01 11:54:16 +03:00
parent 5f295784fb
commit 565f92a4d8
+6 -6
View File
@@ -6,16 +6,16 @@
xlib, xlib,
... ...
}: }:
# let let
# master = import inputs.nixpkgs-master { master = import inputs.nixpkgs-master {
# system = "x86_64-linux"; system = "x86_64-linux";
# }; };
# in in
{ {
services = { services = {
immich = { immich = {
enable = true; enable = true;
# package = pkgs.immich; package = master.immich;
port = 2283; port = 2283;
host = "0.0.0.0"; host = "0.0.0.0";
openFirewall = true; openFirewall = true;