如何在 Nixos 上重启服务?

How can I restart a service on Nixos?

我已经在我的 'nix' 配置中通过以下方式启用了 emacs 守护程序:

services.emacs.enable = true;

但是,由于更改了我的 emacs 配置,我现在想重新启动守护程序。

如何重新启动它?

systemctl list-unit-files | grep emacs 没有 return 任何结果(知道原因也很有用)。

pstree -s emacs
-+= 00001 root systemd 
 \-+= 01301 chris /nix/store/3hmpbbcv1db42m9g34c9g4q6qinw50x4-systemd-237/lib/systemd/systemd --user 
   \-+= 01351 chris /nix/store/zkss82a853cv9d8w9iq25cp26q3jh4fp-emacs-25.3/bin/.emacs-wrapped --daemon 
     \--= 01414 chris /run/current-system/sw/bin/ispell -a -m -B
systemctl --user restart emacs