diff --git a/modules/services/lorri.nix b/modules/services/lorri.nix
index cefd005c..a52c9194 100644
--- a/modules/services/lorri.nix
+++ b/modules/services/lorri.nix
@@ -20,9 +20,9 @@ in
example = "/var/tmp/lorri.log";
description = ''
The logfile to use for the lorri service. Alternatively
- sudo launchctl debug system/com.target.lorri --stderr
+ sudo launchctl debug system/org.nixos.lorri --stderr
can be used to stream the logs to a shell after restarting the service with
- sudo launchctl kickstart -k system/com.target.lorri.
+ sudo launchctl kickstart -k system/org.nixos.lorri.
'';
};
};