From 26c4dcf8fa55e8ace68906e41956494c524e3e22 Mon Sep 17 00:00:00 2001 From: Scriptkiddi Date: Tue, 26 Jan 2021 20:31:29 +0100 Subject: nixos/babeld: add type extraConfig --- nixos/modules/services/networking/babeld.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos/modules/services/networking/babeld.nix') diff --git a/nixos/modules/services/networking/babeld.nix b/nixos/modules/services/networking/babeld.nix index 90395dbd3c5..272c58ecd7f 100644 --- a/nixos/modules/services/networking/babeld.nix +++ b/nixos/modules/services/networking/babeld.nix @@ -69,6 +69,7 @@ in extraConfig = mkOption { default = ""; + type = types.lines; description = '' Options that will be copied to babeld.conf. See babeld8 for details. -- cgit 1.4.1