about summary refs log tree commit diff
path: root/nixos/modules/services/web-apps/photoprism.nix
diff options
context:
space:
mode:
authorPablo Andres Dealbera <dealberapablo07@gmail.com>2024-02-05 19:34:43 -0300
committerPablo Andres Dealbera <dealberapablo07@gmail.com>2024-02-05 19:34:43 -0300
commit14a1f867916c39577e8512e2ff179872bec2c0b5 (patch)
treea77e1bf0b2929adfc6041d2d8dd4b545014e936e /nixos/modules/services/web-apps/photoprism.nix
parent4b1aab22192b787355733c9495d47f4c66af084c (diff)
downloadnixlib-14a1f867916c39577e8512e2ff179872bec2c0b5.tar
nixlib-14a1f867916c39577e8512e2ff179872bec2c0b5.tar.gz
nixlib-14a1f867916c39577e8512e2ff179872bec2c0b5.tar.bz2
nixlib-14a1f867916c39577e8512e2ff179872bec2c0b5.tar.lz
nixlib-14a1f867916c39577e8512e2ff179872bec2c0b5.tar.xz
nixlib-14a1f867916c39577e8512e2ff179872bec2c0b5.tar.zst
nixlib-14a1f867916c39577e8512e2ff179872bec2c0b5.zip
nixos/photoprism: fix typo
Diffstat (limited to 'nixos/modules/services/web-apps/photoprism.nix')
-rw-r--r--nixos/modules/services/web-apps/photoprism.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-apps/photoprism.nix b/nixos/modules/services/web-apps/photoprism.nix
index 1716840e84e5..d3773cc9cf78 100644
--- a/nixos/modules/services/web-apps/photoprism.nix
+++ b/nixos/modules/services/web-apps/photoprism.nix
@@ -21,7 +21,7 @@ let
       eval "$(${config.systemd.package}/bin/systemctl show -pUID,MainPID photoprism.service | ${pkgs.gnused}/bin/sed "s/UID/ServiceUID/")"
       exec ${pkgs.util-linux}/bin/nsenter \
         -t $MainPID -m -S $ServiceUID -G $ServiceUID --wdns=${cfg.storagePath} \
-      exec ${cfg.package}/bin/photoprism "$@"
+        ${cfg.package}/bin/photoprism "$@"
     '';
 in
 {