systemd: fix `systemctlPath` default text

This commit is contained in:
Robert Helgesson 2022-11-03 23:13:29 +01:00
parent 5dd3ce3f1e
commit d67776563e
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89
1 changed files with 1 additions and 1 deletions

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