Loading nixos/modules/services/web-apps/photoprism.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 { Loading Loading
nixos/modules/services/web-apps/photoprism.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 { Loading