mirror of
https://github.com/nix-community/home-manager
synced 2024-11-26 21:19:45 +01:00
ssh: make news item conditional
This commit is contained in:
parent
02c0546033
commit
cd2a826f33
1 changed files with 1 additions and 0 deletions
|
@ -846,6 +846,7 @@ in
|
||||||
|
|
||||||
{
|
{
|
||||||
time = "2022-11-27T13:14:01+00:00";
|
time = "2022-11-27T13:14:01+00:00";
|
||||||
|
condition = config.programs.ssh.enable;
|
||||||
message = ''
|
message = ''
|
||||||
'programs.ssh.matchBlocks.*' now supports literal 'Match' blocks via
|
'programs.ssh.matchBlocks.*' now supports literal 'Match' blocks via
|
||||||
'programs.ssh.matchBlocks.*.match' option as an alternative to plain
|
'programs.ssh.matchBlocks.*.match' option as an alternative to plain
|
||||||
|
|
Loading…
Reference in a new issue