mirror of
https://github.com/zoriya/home-manager.git
synced 2026-06-04 19:16:34 +00:00
systemd: fix systemd spelling (#1373)
Systemdaemons are lowercased and get suffixed with a d
This commit is contained in:
+1
-1
@@ -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} \
|
||||
|
||||
Reference in New Issue
Block a user