From 14a1f867916c39577e8512e2ff179872bec2c0b5 Mon Sep 17 00:00:00 2001 From: Pablo Andres Dealbera Date: Mon, 5 Feb 2024 19:34:43 -0300 Subject: [PATCH] nixos/photoprism: fix typo --- nixos/modules/services/web-apps/photoprism.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {