From 3aebb4a2be8821a6d8a695f0908d8567dc00de31 Mon Sep 17 00:00:00 2001 From: pennae Date: Wed, 3 Aug 2022 03:05:47 +0200 Subject: nixos/*: normalize link format make (almost) all links appear on only a single line, with no unnecessary whitespace, using double quotes for attributes. this lets us automatically convert them to markdown easily. the few remaining links are extremely long link in a gnome module, we'll come back to those at a later date. --- nixos/modules/services/networking/bird.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/services/networking/bird.nix') diff --git a/nixos/modules/services/networking/bird.nix b/nixos/modules/services/networking/bird.nix index b166209fa96..4a738daf958 100644 --- a/nixos/modules/services/networking/bird.nix +++ b/nixos/modules/services/networking/bird.nix @@ -15,7 +15,7 @@ in type = types.lines; description = '' BIRD Internet Routing Daemon configuration file. - + ''; }; checkConfig = mkOption { -- cgit 1.4.1