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 {
|
vlanConfig = mkOption {
|
||||||
default = {};
|
default = {};
|
||||||
example = { Id = "4"; };
|
example = { Id = 4; };
|
||||||
type = types.addCheck (types.attrsOf unitOption) checkVlan;
|
type = types.addCheck (types.attrsOf unitOption) checkVlan;
|
||||||
description = ''
|
description = ''
|
||||||
Each attribute in this set specifies an option in the
|
Each attribute in this set specifies an option in the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user