nixpkgs/nixos/modules/system/boot
Rene Hollander a70c7aba36 nixos/networkd: Fix typo in usage sectionBridgeVLAN
The `B` in bridge should be capitalized.

It currently leads to an evuluation error: 
```
error: attribute 'sectionbridgeVLAN' missing

       at /nix/store/7wmrwj0sgwg1iivxk43lpkqjhji57mq7-source/nixos/modules/system/boot/networkd.nix:2386:56:

         2385|       example = { VLAN = "10-20"; };
         2386|       type = types.addCheck (types.attrsOf unitOption) check.network.sectionbridgeVLAN;
             |                                                        ^
         2387|       description = lib.mdDoc ''
       Did you mean sectionBridgeVLAN?
```
2023-05-04 16:20:56 +02:00
..
loader Merge pull request #223418 from Mic92/grub 2023-05-04 09:48:41 +01:00
systemd systemd-stage-1: Revert assertions about initrd commands 2023-04-22 10:25:16 -04:00
binfmt.nix nixos/binfmt: add loongarch64-linux 2023-04-28 12:11:58 +03:00
emergency-mode.nix
grow-partition.nix systemd-stage-1: Add assertions for unsupported options. 2023-04-21 13:05:12 -04:00
initrd-network.nix systemd-initrd: Flush networkd 2023-04-17 16:41:36 -04:00
initrd-openvpn.nix systemd-initrd: OpenVPN 2023-04-17 16:41:35 -04:00
initrd-ssh.nix systemd-initrd: sshd 2023-04-17 16:41:35 -04:00
kernel.nix nixos/*: remove trailing period in mkEnableOptions 2023-02-08 15:23:34 +01:00
kernel_config.nix
kexec.nix
luksroot.nix treewide: use more lib.optionalString 2023-04-07 13:38:33 +02:00
modprobe.nix nixos/modprobe: fix typo in boot.modprobeConfig.enable documentation 2023-01-20 13:58:15 +01:00
networkd.nix nixos/networkd: Fix typo in usage sectionBridgeVLAN 2023-05-04 16:20:56 +02:00
pbkdf2-sha512.c
plymouth.nix
resolved.nix nixos: Make services.resolved discoverable via "systemd-resolved" search 2023-04-07 01:09:05 +02:00
shutdown.nix
stage-1-init.sh Merge pull request #208803 from Ma27/revert-kmod-stage-1-hack 2023-01-15 19:10:10 +01:00
stage-1.nix systemd-initrd: Fix up root directory mode 2023-04-11 15:20:47 -04:00
stage-2-init.sh nixos/version: add config.system.nixos.distroName and config.system.nixos.distroId 2023-01-14 16:19:06 -05:00
stage-2.nix nixos/version: add config.system.nixos.distroName and config.system.nixos.distroId 2023-01-14 16:19:06 -05:00
systemd.nix Merge pull request #216826 from gdamjan/systemd-253 2023-03-13 17:37:39 +01:00
timesyncd.nix
tmp.nix nixos/tmp: add a note to useTmpfs on potential issues 2023-03-20 17:27:06 +01:00
uvesafb.nix