emacs: make news entry Linux specific
This commit is contained in:
parent
4ba9cedd68
commit
a3cb63265d
|
@ -1545,7 +1545,7 @@ in
|
|||
|
||||
{
|
||||
time = "2020-06-11T18:06:37+00:00";
|
||||
condition = config.services.emacs.enable;
|
||||
condition = hostPlatform.isLinux && config.services.emacs.enable;
|
||||
message = ''
|
||||
The Emacs service now supports systemd socket activation.
|
||||
|
||||
|
|
Loading…
Reference in a new issue