Merge pull request #92740 from flokli/nixos-networkd-vlanconfig-id
nixos/networkd: fix systemd.network.netdevs.<name>.vlanConfig.Id example
This commit is contained in:
commit
138e8655bc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue