nixos/xautolock: always run systemctl of the currently running systemd
This commit is contained in:
@@ -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 = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user