feat: move immich to remote machine

This commit is contained in:
uttarayan21
2025-07-27 20:14:57 +05:30
parent 4a42fe9afa
commit 4c7b098104
5 changed files with 11 additions and 15 deletions

View File

@@ -13,6 +13,7 @@
./prowlarr.nix
./flaresolverr.nix
./searxng.nix
./immich.nix
# ./home-assistant.nix
# ./jellyfin.nix

View File

@@ -145,6 +145,14 @@
}
];
}
{
"Tailscale" = [
{
abbr = "ts";
href = "https://login.tailscale.com";
}
];
}
];
}
];

View File

@@ -0,0 +1,5 @@
{...}: {
services.immich = {
enable = false;
};
}