summary refs log tree commit diff
path: root/nixos/tests/systemd-networkd-dhcpserver-static-leases.nix
Commit message (Collapse)AuthorAge
* nixos/networkd: add `dhcpServerStaticLeaseConfig` optionVincent Haupert2021-11-30
Add `systemd.network.networks.*.dhcpServerStaticLeaseConfig` to allow for configuring static DHCP leases through the `[DHCPServerStaticLease]` section. See systemd.network(5) of systemd 249 for details. Also adds the NixOS test `systemd-networkd-dhcpserver-static-lease` to test the assignment of static leases.