nixos/xautolock: always run systemctl of the currently running systemd
This commit is contained in:
parent
de358a00b5
commit
062302e006
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ in
|
|||
|
||||
killer = mkOption {
|
||||
default = null; # default according to `man xautolock` is none
|
||||
example = "${pkgs.systemd}/bin/systemctl suspend";
|
||||
example = "/run/current-system/systemd/bin/systemctl suspend";
|
||||
type = types.nullOr types.str;
|
||||
|
||||
description = ''
|
||||
|
|
Loading…
Reference in a new issue