summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorScriptkiddi <fritz@otlinghaus.it>2021-01-26 20:31:29 +0100
committerCole Helbling <cole.e.helbling@outlook.com>2021-01-26 20:06:29 -0800
commit26c4dcf8fa55e8ace68906e41956494c524e3e22 (patch)
tree721809ff02065ffddcbec73314505fc48b7148e6 /nixos
parent89850d10e08e49de9c72871fadf1457b4fe9e423 (diff)
nixos/babeld: add type extraConfig
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/networking/babeld.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/networking/babeld.nix b/nixos/modules/services/networking/babeld.nix
index 90395dbd3c54..272c58ecd7ff 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 <citerefentry><refentrytitle>babeld</refentrytitle><manvolnum>8</manvolnum></citerefentry> for details.