nixos/networkd: fix systemd.network.netdevs.<name>.vlanConfig.Id example

This is passed as integer, not string.

Closes https://github.com/NixOS/nixpkgs/issues/91172.
This commit is contained in:
Florian Klink 2020-07-08 20:43:17 +02:00
parent 1ceecdd109
commit 9e5f550af9

View File

@ -488,7 +488,7 @@ let
vlanConfig = mkOption {
default = {};
example = { Id = "4"; };
example = { Id = 4; };
type = types.addCheck (types.attrsOf unitOption) checkVlan;
description = ''
Each attribute in this set specifies an option in the