We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de358a0 commit 062302eCopy full SHA for 062302e
nixos/modules/services/x11/xautolock.nix
@@ -66,7 +66,7 @@ in
66
67
killer = mkOption {
68
default = null; # default according to `man xautolock` is none
69
- example = "${pkgs.systemd}/bin/systemctl suspend";
+ example = "/run/current-system/systemd/bin/systemctl suspend";
70
type = types.nullOr types.str;
71
72
description = ''
0 commit comments