mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
systemd: fix systemctlPath default text
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user