about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorPablo Andres Dealbera <dealberapablo07@gmail.com>2024-02-05 19:34:43 -0300
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-02-06 18:10:21 +0000
commitca932658aa3b16eb9da714232980454f262bf3f1 (patch)
tree5dcc97db16f875e7d4aafb4e206d09e7841513f0 /nixos
parent5a007c9e94ecc3bd80fd33310860c8ef976e2252 (diff)
nixos/photoprism: fix typo
(cherry picked from commit 14a1f867916c39577e8512e2ff179872bec2c0b5)
Diffstat (limited to 'nixos')
-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 1a0ce6c078da1..5fd5c72edf2ef 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
 {