diff --git a/system/options.nix b/system/options.nix index 1ea25cb21cd..9c903433e1e 100644 --- a/system/options.nix +++ b/system/options.nix @@ -607,6 +607,10 @@ ipAddress = "192.168.1.11"; } ]; + description = '' + A list mapping ethernet addresses to IP addresses for the + DHCP server. + ''; }; };