nixpkgs/nixos/modules/system/boot
Dustin Frisch 943508a7fa nixos/networkd: add Name as valid option to Link
This has been there since v209 [1]

```
The interface name to use. This option has lower precedence than NamePolicy=, so for this setting to take effect, NamePolicy= must either be unset, empty, disabled, or all policies configured there must fail. Also see the example below with "Name=dmz0".

Note that specifying a name that the kernel might use for another interface (for example "eth0") is dangerous because the name assignment done by udev will race with the assignment done by the kernel, and only one interface may use the name. Depending on the order of operations, either udev or the kernel will win, making the naming unpredictable. It is best to use some different prefix, for example "internal0"/"external0" or "lan0"/"lan1"/"lan3".
```

[1] 43b3a5ef61
2019-11-19 22:13:17 +01:00
..
loader Various: Add support for raspberry pi 4. 2019-09-17 04:05:16 +01:00
binfmt.nix nixos/modules: Remove all usages of types.string 2019-08-31 18:19:00 +02:00
emergency-mode.nix
grow-partition.nix Fix kernel crash caused by absent root device 2018-05-12 02:55:33 +03:00
initrd-network.nix Merge pull request #47665 from erikarvstedt/initrd-improvements 2019-01-06 21:48:26 -06:00
initrd-ssh.nix nixos/initrd: improve descriptions 2018-10-02 17:38:06 +02:00
kernel_config.nix treewide: remove unused variables (#63177) 2019-06-16 19:59:05 +00:00
kernel.nix nixos: improve the example that shows how to include nvidia_x11 in boot.extraModulePackages 2019-09-17 08:37:56 +02:00
kexec.nix treewide: remove redundant quotes 2019-08-26 21:40:19 +00:00
luksroot.nix treewide: remove redundant quotes 2019-08-26 21:40:19 +00:00
modprobe.nix modprobe activation: Order after specialfs 2018-02-05 21:04:40 +01:00
networkd.nix nixos/networkd: add Name as valid option to Link 2019-11-19 22:13:17 +01:00
pbkdf2-sha512.c
plymouth.nix plymouth: Add extra config field 2019-10-25 11:22:45 -04:00
resolved.nix resolvconf service: init 2019-07-15 20:25:39 +03:00
shutdown.nix
stage-1-init.sh iso-image: add loopback.cfg support to boot iso from grub 2019-10-04 23:24:52 +02:00
stage-1.nix stage-1 initrd: replace absolute paths for mdadm 2019-08-01 00:55:35 +03:00
stage-2-init.sh Typo 2019-10-10 16:24:33 +02:00
stage-2.nix resolvconf service: init 2019-07-15 20:25:39 +03:00
systemd-lib.nix nixos: Add 'chroot' options to systemd.services 2019-03-14 19:14:01 +01:00
systemd-nspawn.nix nixos/systemd: Make machinectl work with NixOS 2019-09-25 18:27:19 +02:00
systemd-unit-options.nix nixos/systemd: Allow unit options to have multiple equal defs (#73024) 2019-11-08 15:45:44 +00:00
systemd.nix nixos/systemd: fix broken tmpfiles.d symlinks 2019-10-09 10:53:01 +02:00
timesyncd.nix nixos/systemd: migrate systemd-timesync state when required 2019-06-03 15:05:19 +02:00
tmp.nix