systemd: fix systemctlPath
default text
This commit is contained in:
parent
5dd3ce3f1e
commit
d67776563e
|
@ -107,7 +107,7 @@ in {
|
||||||
systemd.user = {
|
systemd.user = {
|
||||||
systemctlPath = mkOption {
|
systemctlPath = mkOption {
|
||||||
default = "${pkgs.systemd}/bin/systemctl";
|
default = "${pkgs.systemd}/bin/systemctl";
|
||||||
defaultText = "\${pkgs.systemd}/bin/systemctl";
|
defaultText = literalExpression ''"''${pkgs.systemd}/bin/systemctl"'';
|
||||||
type = types.str;
|
type = types.str;
|
||||||
description = ''
|
description = ''
|
||||||
Absolute path to the <command>systemctl</command> tool. This
|
Absolute path to the <command>systemctl</command> tool. This
|
||||||
|
|
Loading…
Reference in a new issue