This commit is contained in:
2025-08-07 02:14:25 +03:00
parent b55b12ff7e
commit 7636a5c4c5
7 changed files with 8 additions and 41 deletions
+2 -1
View File
@@ -2,12 +2,13 @@
config,
lib,
pkgs,
inputs,
...
}:
{
services = {
immich = {
#package = pkgs-src.immich;
package = inputs.self.packages.x86_64-linux.immich;
enable = true;
port = 2283;
host = "0.0.0.0";