This commit is contained in:
2025-08-01 15:57:02 +03:00
parent 57cb3e01fb
commit e5925a060f
3 changed files with 20 additions and 20 deletions
+2 -2
View File
@@ -6,12 +6,12 @@
...
}:
let
unstable = import inputs.nixos { system = "x86_64-linux"; };
latest = import inputs.nixpkgs-master { system = "x86_64-linux"; };
in
{
services = {
immich = {
package = unstable.immich;
package = latest.immich;
enable = true;
port = 2283;
host = "0.0.0.0";