1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-24 15:38:31 +02:00

systemd: fix systemd spelling (#1373)

Systemdaemons are lowercased and get suffixed with a d
This commit is contained in:
Niclas 2020-09-06 09:28:40 +00:00 committed by GitHub
parent 1a6d6b8ace
commit 4ebb7d1715
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -452,7 +452,7 @@ in
{
time = "2017-12-11T17:23:12+00:00";
condition = config.home.activation ? reloadSystemD;
condition = config.home.activation ? reloadSystemd;
message = ''
The Boolean option 'systemd.user.startServices' is now
available. When enabled the current naive systemd unit

View File

@ -228,7 +228,7 @@ in
# running this from the NixOS module then XDG_RUNTIME_DIR is not
# set and systemd commands will fail. We'll therefore have to
# set it ourselves in that case.
home.activation.reloadSystemD = hm.dag.entryAfter ["linkGeneration"] (
home.activation.reloadSystemd = hm.dag.entryAfter ["linkGeneration"] (
let
autoReloadCmd = ''
${pkgs.ruby}/bin/ruby ${./systemd-activate.rb} \