This commit is contained in:
xqtc 2025-01-07 21:30:42 +01:00
parent a5e1dbbceb
commit a97d7b8f16
Signed by: xqtc
GPG key ID: 2C064D095926D9D1

View file

@ -1,6 +1,6 @@
{ config, lib, pkgs, ... }: {
services.immich = {
enable = false;
enable = true;
host = "127.0.0.1";
};
}