screen-locker: make news entry conditional

This commit is contained in:
Robert Helgesson 2021-10-05 22:29:25 +02:00
parent e4df31dcea
commit 1719495bdf
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -2206,6 +2206,7 @@ in
{
time = "2021-09-23T17:04:48+00:00";
condition = hostPlatform.isLinux && config.services.screen-locker.enable;
message = ''
'xautolock' is now optional in 'services.screen-locker', and the
'services.screen-locker' options have been reorganized for clarity.