nixpkgs/nixos/modules/tasks
Netix (Espinet François) aa3a82886b openvswitch: better integration with systemd
Systemd dependencies for scripted mode
were refactored according to analysis in #34586.

networking.vswitches can now be used with systemd-networkd,
although they are not supported by the daemon, a nixos receipe
creates the switch and attached required interfaces (just like
the scripted version).

Vlans and internal interfaces are implemented following the
  template format i.e. each interface is
described using an attributeSet (vlan and type at the moment).
If vlan is present, then interface is added to the vswitch with
given tag (access mode). Type internal enabled vswitch to create
interfaces (see openvswitch docs).

Added configuration for configuring supported openFlow version on
the vswitch

This commit is a split from the original PR #35127.
2020-11-13 21:08:56 +01:00
..
filesystems nixos: boot.zfsImportAll = false; by default 2020-11-11 18:46:05 +01:00
auto-upgrade.nix nixos/autoUpgrade: add flake support 2020-07-09 23:03:56 +02:00
bcache.nix nixos/modules: remove trailing whitespace 2020-08-07 14:45:39 +01:00
cpu-freq.nix nixos/cpufreq: Remove the alias to set the cpu frequency governor 2019-01-03 20:57:49 +09:00
encrypted-devices.nix treewide: completely remove types.loaOf 2020-09-02 00:42:50 +02:00
filesystems.nix treewide: completely remove types.loaOf 2020-09-02 00:42:50 +02:00
lvm.nix nixos/tasks/lvm: fix systemd tmpfiles 2020-07-25 20:43:12 +02:00
network-interfaces-scripted.nix nixos/systemd: fix TUN networking in LXC containers (#81481) 2020-08-05 21:12:57 -05:00
network-interfaces-systemd.nix openvswitch: better integration with systemd 2020-11-13 21:08:56 +01:00
network-interfaces.nix doc: Document a workaround for using an FQDN as hostname 2020-10-10 10:48:54 -07:00
powertop.nix nixos/powertop: wait for hardware to initialize 2020-01-09 19:45:41 +08:00
scsi-link-power-management.nix [bot] nixos/*: remove unused arguments in lambdas 2018-07-20 20:56:59 +00:00
swraid.nix systemd service: remove generator-packages option 2019-08-01 00:55:35 +03:00
trackpoint.nix trackpoint: Make the device name configurable 2018-08-06 02:56:32 +02:00
tty-backgrounds-combine.sh