diff --git a/modules/misc/news.nix b/modules/misc/news.nix index ea551aa3d..b1d612cd5 100644 --- a/modules/misc/news.nix +++ b/modules/misc/news.nix @@ -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 diff --git a/modules/systemd.nix b/modules/systemd.nix index dcb1a2957..66fffadf7 100644 --- a/modules/systemd.nix +++ b/modules/systemd.nix @@ -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} \