nixpkgs/nixos/modules/system/boot
Maximilian Bosch 60f2c59471
nixos/networkd: mark units option as internal
The options at `systemd.network` (`links`, `netdevs` and `networks`) are
directly mapped to the three different unit types of `systemd-networkd(8)`.

However there's also the option `systemd.network.units` which is
basically used as a container for generated unit-configs that are linked
to `/etc/systemd/networkd`[1].

This should not be exposed to the user as it's unclear whether or not it
should be used directly which can be pretty confusing which is why I decided to
declare this option as internal (including all sub-options as `internal`
doesn't seem to be propagated to submodules).

[1] 9db75ed88f/nixos/modules/system/boot/networkd.nix (L933-L937)
2019-11-29 12:50:51 +01:00
..
loader Merge remote-tracking branch 'upstream/master' into wrapper-pname-support 2019-11-24 17:25:07 +00:00
binfmt.nix
emergency-mode.nix
grow-partition.nix
initrd-network.nix
initrd-ssh.nix
kernel.nix nixos: improve the example that shows how to include nvidia_x11 in boot.extraModulePackages 2019-09-17 08:37:56 +02:00
kernel_config.nix
kexec.nix
luksroot.nix
modprobe.nix
networkd.nix nixos/networkd: mark units option as internal 2019-11-29 12:50:51 +01:00
pbkdf2-sha512.c
plymouth.nix plymouth: Add extra config field 2019-10-25 11:22:45 -04:00
resolved.nix nixos/resolved: add user systemd-resolve to group systemd-resolve 2019-11-25 10:46:28 +01: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-2-init.sh Typo 2019-10-10 16:24:33 +02:00
stage-2.nix
systemd-lib.nix
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 systemd: adding support for systemd-importd 2019-11-02 21:33:18 +01:00
timesyncd.nix nixos/timesyncd: add user systemd-timesync to group systemd-timesync 2019-11-25 10:46:28 +01:00
tmp.nix