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
@ -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…
x
Reference in New Issue
Block a user