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
2 changed files with 2 additions and 2 deletions
+1 -1
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} \