useless inputs

This commit is contained in:
2025-08-03 15:17:54 +03:00
parent 2a12543fc2
commit b3b91497d8
6 changed files with 16 additions and 25 deletions
+1 -4
View File
@@ -5,13 +5,10 @@
pkgs,
...
}:
let
latest = import inputs.nixpkgs-master { system = "x86_64-linux"; };
in
{
services = {
immich = {
package = latest.immich;
#package = latest.immich;
enable = true;
port = 2283;
host = "0.0.0.0";