From cd2a826f33ee96f705e8c07b01fd1346b2eccbc0 Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Tue, 29 Nov 2022 13:25:48 +0100 Subject: [PATCH] ssh: make news item conditional --- modules/misc/news.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/misc/news.nix b/modules/misc/news.nix index cc82598fa..f728be44e 100644 --- a/modules/misc/news.nix +++ b/modules/misc/news.nix @@ -846,6 +846,7 @@ in { time = "2022-11-27T13:14:01+00:00"; + condition = config.programs.ssh.enable; message = '' 'programs.ssh.matchBlocks.*' now supports literal 'Match' blocks via 'programs.ssh.matchBlocks.*.match' option as an alternative to plain