This commit is contained in:
2025-07-29 00:21:18 +03:00
parent 6fcb85d42c
commit df210e56ea
4 changed files with 23 additions and 1 deletions
+4
View File
@@ -5,9 +5,13 @@
pkgs,
...
}:
let
unstable = import inputs.nixos { system = "x86_64-linux"; };
in
{
services = {
immich = {
package = unstable.immich;
enable = true;
port = 2283;
host = "0.0.0.0";