1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-13 10:13:39 +02:00

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

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