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:
Maximilian Bosch 2020-07-08 22:27:19 +02:00 committed by GitHub
commit 138e8655bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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