diff --git a/machines/orbi/service-photoprism.nix b/machines/orbi/service-photoprism.nix index 78d1259..b92e183 100644 --- a/machines/orbi/service-photoprism.nix +++ b/machines/orbi/service-photoprism.nix @@ -19,6 +19,10 @@ in system.stateVersion = "23.11"; services.logrotate.checkConfig = false; # because uid 3000 does not exist in here + environment.systemPackages = [ + config.services.photoprism.package + ]; + # Photoprism # ---------- services.photoprism = {