systemd: fix systemd spelling (#1373)
Systemdaemons are lowercased and get suffixed with a d
This commit is contained in:
parent
1a6d6b8ace
commit
4ebb7d1715
|
@ -452,7 +452,7 @@ in
|
||||||
|
|
||||||
{
|
{
|
||||||
time = "2017-12-11T17:23:12+00:00";
|
time = "2017-12-11T17:23:12+00:00";
|
||||||
condition = config.home.activation ? reloadSystemD;
|
condition = config.home.activation ? reloadSystemd;
|
||||||
message = ''
|
message = ''
|
||||||
The Boolean option 'systemd.user.startServices' is now
|
The Boolean option 'systemd.user.startServices' is now
|
||||||
available. When enabled the current naive systemd unit
|
available. When enabled the current naive systemd unit
|
||||||
|
|
|
@ -228,7 +228,7 @@ in
|
||||||
# running this from the NixOS module then XDG_RUNTIME_DIR is not
|
# running this from the NixOS module then XDG_RUNTIME_DIR is not
|
||||||
# set and systemd commands will fail. We'll therefore have to
|
# set and systemd commands will fail. We'll therefore have to
|
||||||
# set it ourselves in that case.
|
# set it ourselves in that case.
|
||||||
home.activation.reloadSystemD = hm.dag.entryAfter ["linkGeneration"] (
|
home.activation.reloadSystemd = hm.dag.entryAfter ["linkGeneration"] (
|
||||||
let
|
let
|
||||||
autoReloadCmd = ''
|
autoReloadCmd = ''
|
||||||
${pkgs.ruby}/bin/ruby ${./systemd-activate.rb} \
|
${pkgs.ruby}/bin/ruby ${./systemd-activate.rb} \
|
||||||
|
|
Loading…
Reference in a new issue