systemd: fix systemctlPath default text

This commit is contained in:
Robert Helgesson
2022-11-03 23:13:29 +01:00
parent 5dd3ce3f1e
commit d67776563e

View File

@@ -107,7 +107,7 @@ in {
systemd.user = {
systemctlPath = mkOption {
default = "${pkgs.systemd}/bin/systemctl";
defaultText = "\${pkgs.systemd}/bin/systemctl";
defaultText = literalExpression ''"''${pkgs.systemd}/bin/systemctl"'';
type = types.str;
description = ''
Absolute path to the <command>systemctl</command> tool. This