nixos/xautolock: always run systemctl of the currently running systemd
This commit is contained in:
parent
de358a00b5
commit
062302e006
@ -66,7 +66,7 @@ in
|
|||||||
|
|
||||||
killer = mkOption {
|
killer = mkOption {
|
||||||
default = null; # default according to `man xautolock` is none
|
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;
|
type = types.nullOr types.str;
|
||||||
|
|
||||||
description = ''
|
description = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user